ManualByteConverter FromUInt16 Method (UInt16,  Byte  , Int32, Boolean)Couchbase .NET SDK 2.1.0 Documentation

[Missing <summary> documentation for "M:Couchbase.IO.Converters.ManualByteConverter.FromUInt16(System.UInt16,System.Byte[]@,System.Int32,System.Boolean)"]

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

Parameters

value
Type: System UInt16

[Missing <param name="value"/> documentation for "M:Couchbase.IO.Converters.ManualByteConverter.FromUInt16(System.UInt16,System.Byte[]@,System.Int32,System.Boolean)"]

buffer
Type:  System Byte  

[Missing <param name="buffer"/> documentation for "M:Couchbase.IO.Converters.ManualByteConverter.FromUInt16(System.UInt16,System.Byte[]@,System.Int32,System.Boolean)"]

offset
Type: System Int32

[Missing <param name="offset"/> documentation for "M:Couchbase.IO.Converters.ManualByteConverter.FromUInt16(System.UInt16,System.Byte[]@,System.Int32,System.Boolean)"]

useNbo
Type: System Boolean

[Missing <param name="useNbo"/> documentation for "M:Couchbase.IO.Converters.ManualByteConverter.FromUInt16(System.UInt16,System.Byte[]@,System.Int32,System.Boolean)"]

Implements

IByteConverter FromUInt16(UInt16,  Byte  , Int32, Boolean)
See Also