Method PathToString
PathToString(ulong)
Converts an XrPath to a string.
Declaration
protected static string PathToString(ulong path)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | path | Path to convert |
Returns
| Type | Description |
|---|---|
| string | String that represents the path, or null if the path is invalid. |