[Missing <summary> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.FromInt16(System.Int16,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 FromInt16(
short value,
ref byte[] buffer,
int offset
)
public void FromInt16(
short value,
ref byte[] buffer,
int offset
)
Public Sub FromInt16 (
value As Short,
ByRef buffer As Byte(),
offset As Integer
)
Public Sub FromInt16 (
value As Short,
ByRef buffer As Byte(),
offset As Integer
)
public:
virtual void FromInt16(
short value,
array<unsigned char>^% buffer,
int offset
) sealed
public:
virtual void FromInt16(
short value,
array<unsigned char>^% buffer,
int offset
) sealed
abstract FromInt16 :
value : int16 *
buffer : byte[] byref *
offset : int -> unit
override FromInt16 :
value : int16 *
buffer : byte[] byref *
offset : int -> unit
abstract FromInt16 :
value : int16 *
buffer : byte[] byref *
offset : int -> unit
override FromInt16 :
value : int16 *
buffer : byte[] byref *
offset : int -> unit
Parameters
- value
- Type: System.Int16
[Missing <param name="value"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.FromInt16(System.Int16,System.Byte[]@,System.Int32)"]
- buffer
- Type:System.Byte[]
[Missing <param name="buffer"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.FromInt16(System.Int16,System.Byte[]@,System.Int32)"]
- offset
- Type: System.Int32
[Missing <param name="offset"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.FromInt16(System.Int16,System.Byte[]@,System.Int32)"]
Implements
IByteConverter.FromInt16(Int16,Byte[], Int32)
See Also