JsonConvert.ToUInt64 Method (original) (raw)
JsonConvertToUInt64 Method
Converts a string to a UInt64.
Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public static ulong ToUInt64( string value )
Public Shared Function ToUInt64 ( value As String ) As ULong
static member ToUInt64 : value : string -> uint64
Parameters
value
Type: SystemString
The value.
Return Value
Type: UInt64
A UInt64.
See Also