[This is preliminary documentation and is subject to change.]
Reads unsigned 64-bit int from byte array
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static ulong ReadUInt64(
byte[] bytes,
int startIdx = 0
)
public static ulong ReadUInt64(
byte[] bytes,
int startIdx = 0
)
Public Shared Function ReadUInt64 (
bytes As Byte(),
Optional startIdx As Integer = 0
) As ULong
Public Shared Function ReadUInt64 (
bytes As Byte(),
Optional startIdx As Integer = 0
) As ULong
public:
static unsigned long long ReadUInt64(
array<unsigned char>^ bytes,
int startIdx = 0
)
public:
static unsigned long long ReadUInt64(
array<unsigned char>^ bytes,
int startIdx = 0
)
static member ReadUInt64 :
bytes : byte[] *
?startIdx : int
(* Defaults:
let _startIdx = defaultArg startIdx 0
*)
-> uint64static member ReadUInt64 :
bytes : byte[] *
?startIdx : int
(* Defaults:
let _startIdx = defaultArg startIdx 0
*)
-> uint64Return Value
Type:
UInt64