Converts a buffer at a given offset to a
UInt32.
Namespace: Couchbase.IO.ConvertersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic uint ToUInt32(
byte[] buffer,
int offset
)
public uint ToUInt32(
byte[] buffer,
int offset
)
Public Function ToUInt32 (
buffer As Byte(),
offset As Integer
) As UInteger
Public Function ToUInt32 (
buffer As Byte(),
offset As Integer
) As UInteger
public:
virtual unsigned int ToUInt32(
array<unsigned char>^ buffer,
int offset
) sealed
public:
virtual unsigned int ToUInt32(
array<unsigned char>^ buffer,
int offset
) sealed
abstract ToUInt32 :
buffer : byte[] *
offset : int -> uint32
override ToUInt32 :
buffer : byte[] *
offset : int -> uint32
abstract ToUInt32 :
buffer : byte[] *
offset : int -> uint32
override ToUInt32 :
buffer : byte[] *
offset : int -> uint32
Parameters
- buffer
- Type:System.Byte[]
The buffer.
- offset
- Type: System.Int32
The offset.
Return Value
Type:
UInt32Implements
IByteConverter.ToUInt32(Byte[], Int32)
See Also