ManualByteConverter.ToByte Method Couchbase .NET SDK 2.0
Converts a Byte at a given offset to a Byte.

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

Parameters

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

Return Value

Type: Byte

Implements

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