from_string
Description:
public static Quark from_string (
string str)
Gets the Quark identifying the given string.
If the string does not currently have an associated Quark, a new
Quark is created, using a copy of the string.
Parameters:
Returns:
the Quark identifying the string, or 0 if string is
null
|