IByteConverter ToInt32 Method ( Byte , Int32)Couchbase .NET SDK 2.1.0 Documentation
Reads a Int32 from a buffer starting from a given offset.

Namespace: Couchbase.IO.Converters
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
int ToInt32(
	byte[] buffer,
	int offset
)

Parameters

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

Return Value

Type: Int32
See Also