TryGetUInt64
Summary
public bool TryGetUInt64(out ulong value)
Attempts to get this value as a ulong . Fills thevalueon success.
Returns
trueif the value could be understood as this data type;falseotherwise
Parameters
- ulong value
public bool TryGetUInt64(out ulong value)
Attempts to get this value as a ulong . Fills thevalueon success.
trueif the value could be understood as this data type;falseotherwise