Method StringToPath
StringToPath(string)
Converts a string to an XrPath.
Declaration
protected static ulong StringToPath(string str)
Parameters
Type | Name | Description |
---|---|---|
string | str | String to convert |
Returns
Type | Description |
---|---|
ulong | Path of converted string, or XrPath.none if string could not be converted. |