DefaultConverter ToInt64 Method ( Byte , Int32, Boolean)Couchbase .NET SDK 2.1.0 Documentation
Reads a Int64 from a buffer starting from a given offset.

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,
	bool useNbo
)

Parameters

buffer
Type:  System Byte 
The buffer.
offset
Type: System Int32
The offset.
useNbo
Type: System Boolean
If true will make most significant byte first.

Return Value

Type: Int64

Implements

IByteConverter ToInt64( Byte , Int32, Boolean)
See Also