ManualByteConverter ToUInt32 Method ( Byte , Int32, Boolean)Couchbase .NET SDK 2.1.0 Documentation

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

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

Parameters

buffer
Type:  System Byte 

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

offset
Type: System Int32

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

useNbo
Type: System Boolean

[Missing <param name="useNbo"/> documentation for "M:Couchbase.IO.Converters.ManualByteConverter.ToUInt32(System.Byte[],System.Int32,System.Boolean)"]

Return Value

Type: UInt32

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

Implements

IByteConverter ToUInt32( Byte , Int32, Boolean)
See Also