Method ToUInt64
ToUInt64()
Attempts to convert JSON value to unsigned int 64
Declaration
public ulong ToUInt64()
Returns
Type | Description |
---|---|
System.UInt64 | converted ulong value |
Exceptions
Type | Condition |
---|---|
System.FormatException | |
System.InvalidCastException | |
System.OverflowException |