Method ToUInt64
ToUInt64(string)
Converts a string to a UInt64.
[CLSCompliant(false)]
public static ulong ToUInt64(string value)
Parameters
value
stringThe value.
Returns
- ulong
A UInt64.
Converts a string to a UInt64.
[CLSCompliant(false)]
public static ulong ToUInt64(string value)
value
stringThe value.
A UInt64.