AutoByteConverter ToUInt64 Method Couchbase .NET SDK 2.0

[Missing <summary> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.ToUInt64(System.Byte[],System.Int32)"]

Namespace: Couchbase.IO.Converters
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public ulong ToUInt64(
	byte[] buffer,
	int offset
)

Parameters

buffer
Type:  System Byte 

[Missing <param name="buffer"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.ToUInt64(System.Byte[],System.Int32)"]

offset
Type: System Int32

[Missing <param name="offset"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.ToUInt64(System.Byte[],System.Int32)"]

Return Value

Type: UInt64

[Missing <returns> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.ToUInt64(System.Byte[],System.Int32)"]

Implements

IByteConverter ToUInt64( Byte , Int32)
See Also