ManualByteConverter.FromUInt64 Method (UInt64,Byte[], Int32)Couchbase .NET SDK 2.0
Writes a UInt64 to a buffer at a given offset.

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

Parameters

value
Type: System.UInt64
The value.
buffer
Type:System.Byte[]
The buffer.
offset
Type: System.Int32
The offset.

Implements

IByteConverter.FromUInt64(UInt64,Byte[], Int32)
Remarks
Will create the buffer if null or empty.
See Also