IByteConverter FromUInt64 Method (UInt64,  Byte  , Int32, Boolean)Couchbase .NET SDK 2.1.0 Documentation
Writes a UInt64 to a buffer starting at a given offset.

Namespace: Couchbase.IO.Converters
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
void FromUInt64(
	ulong value,
	ref byte[] buffer,
	int offset,
	bool useNbo
)

Parameters

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