ManualByteConverter ToInt64 Method ( Byte , Int32)Couchbase .NET SDK 2.1.0 Documentation
Converts a buffer at a given offset to a Int64.

Namespace: Couchbase.IO.Converters
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public long ToInt64(
	byte[] buffer,
	int offset
)

Parameters

buffer
Type:  System Byte 
The buffer.
offset
Type: System Int32
The offset.

Return Value

Type: Int64

Implements

IByteConverter ToInt64( Byte , Int32)
See Also