Converts a buffer at a given offset to a
Int16.
Namespace: Couchbase.IO.ConvertersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic short ToInt16(
byte[] buffer,
int offset
)
public short ToInt16(
byte[] buffer,
int offset
)
Public Function ToInt16 (
buffer As Byte(),
offset As Integer
) As Short
Public Function ToInt16 (
buffer As Byte(),
offset As Integer
) As Short
public:
virtual short ToInt16(
array<unsigned char>^ buffer,
int offset
) sealed
public:
virtual short ToInt16(
array<unsigned char>^ buffer,
int offset
) sealed
abstract ToInt16 :
buffer : byte[] *
offset : int -> int16
override ToInt16 :
buffer : byte[] *
offset : int -> int16
abstract ToInt16 :
buffer : byte[] *
offset : int -> int16
override ToInt16 :
buffer : byte[] *
offset : int -> int16
Parameters
- buffer
- Type:System.Byte[]
The buffer.
- offset
- Type: System.Int32
The offset.
Return Value
Type:
Int16Implements
IByteConverter.ToInt16(Byte[], Int32)
See Also