DefaultConverter FromInt16 Method (Int16,  Byte  , Int32, Boolean)Couchbase .NET SDK 2.1.0 Documentation
Writes a Int16 to a buffer starting 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 FromInt16(
	short value,
	ref byte[] buffer,
	int offset,
	bool useNbo
)

Parameters

value
Type: System Int16
The value.
buffer
Type:  System Byte  
The buffer.
offset
Type: System Int32
The offset.
useNbo
Type: System Boolean
If true will make most significant byte first.

Implements

IByteConverter FromInt16(Int16,  Byte  , Int32, Boolean)
See Also