Converts a buffer at a given offset to a
UInt64.
Namespace: Couchbase.IO.ConvertersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic ulong ToUInt64(
byte[] buffer,
int offset
)
public ulong ToUInt64(
byte[] buffer,
int offset
)
Public Function ToUInt64 (
buffer As Byte(),
offset As Integer
) As ULong
Public Function ToUInt64 (
buffer As Byte(),
offset As Integer
) As ULong
public:
virtual unsigned long long ToUInt64(
array<unsigned char>^ buffer,
int offset
) sealed
public:
virtual unsigned long long ToUInt64(
array<unsigned char>^ buffer,
int offset
) sealed
abstract ToUInt64 :
buffer : byte[] *
offset : int -> uint64
override ToUInt64 :
buffer : byte[] *
offset : int -> uint64
abstract ToUInt64 :
buffer : byte[] *
offset : int -> uint64
override ToUInt64 :
buffer : byte[] *
offset : int -> uint64
Parameters
- buffer
- Type:System.Byte[]
The buffer.
- offset
- Type: System.Int32
The offset.
Return Value
Type:
UInt64Implements
IByteConverter.ToUInt64(Byte[], Int32)
See Also