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