[Missing <summary> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.FromUInt16(System.UInt16,System.Byte[],System.Int32)"]
Namespace: Couchbase.IO.ConvertersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic void FromUInt16(
ushort value,
byte[] buffer,
int offset
)
public void FromUInt16(
ushort value,
byte[] buffer,
int offset
)
Public Sub FromUInt16 (
value As UShort,
buffer As Byte(),
offset As Integer
)
Public Sub FromUInt16 (
value As UShort,
buffer As Byte(),
offset As Integer
)
public:
virtual void FromUInt16(
unsigned short value,
array<unsigned char>^ buffer,
int offset
) sealed
public:
virtual void FromUInt16(
unsigned short value,
array<unsigned char>^ buffer,
int offset
) sealed
abstract FromUInt16 :
value : uint16 *
buffer : byte[] *
offset : int -> unit
override FromUInt16 :
value : uint16 *
buffer : byte[] *
offset : int -> unit
abstract FromUInt16 :
value : uint16 *
buffer : byte[] *
offset : int -> unit
override FromUInt16 :
value : uint16 *
buffer : byte[] *
offset : int -> unit
Parameters
- value
- Type: System.UInt16
[Missing <param name="value"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.FromUInt16(System.UInt16,System.Byte[],System.Int32)"]
- buffer
- Type:System.Byte[]
[Missing <param name="buffer"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.FromUInt16(System.UInt16,System.Byte[],System.Int32)"]
- offset
- Type: System.Int32
[Missing <param name="offset"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.FromUInt16(System.UInt16,System.Byte[],System.Int32)"]
Implements
IByteConverter.FromUInt16(UInt16,Byte[], Int32)
See Also