Method TfStringToUInt64
TfStringToUInt64(string, out bool)
Declaration
public static ulong TfStringToUInt64(string txt, out bool outOfRange)
Parameters
Type | Name | Description |
---|---|---|
string | txt | |
bool | outOfRange |
Returns
Type | Description |
---|---|
ulong |
TfStringToUInt64(string)
Declaration
public static ulong TfStringToUInt64(string txt)
Parameters
Type | Name | Description |
---|---|---|
string | txt |
Returns
Type | Description |
---|---|
ulong |