ManualByteConverter.ToUInt32 Method Couchbase .NET SDK 2.0
Converts a buffer at a given offset to a UInt32.

Namespace: Couchbase.IO.Converters
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public uint ToUInt32(
	byte[] buffer,
	int offset
)

Parameters

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

Return Value

Type: UInt32

Implements

IByteConverter.ToUInt32(Byte[], Int32)
See Also