ManualByteConverter FromByte Method (Byte,  Byte  , Int32)Couchbase .NET SDK 2.1.0 Documentation
Writes a Byte to a buffer at a given offset.

Namespace: Couchbase.IO.Converters
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public void FromByte(
	byte value,
	ref byte[] buffer,
	int offset
)

Parameters

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

Implements

IByteConverter FromByte(Byte,  Byte  , Int32)
Remarks
Will create the buffer if null or empty.
See Also