[This is preliminary documentation and is subject to change.]
Reads 16-bit int from byte array
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static short ReadInt16(
byte[] bytes,
int startIdx = 0
)
public static short ReadInt16(
byte[] bytes,
int startIdx = 0
)
Public Shared Function ReadInt16 (
bytes As Byte(),
Optional startIdx As Integer = 0
) As Short
Public Shared Function ReadInt16 (
bytes As Byte(),
Optional startIdx As Integer = 0
) As Short
public:
static short ReadInt16(
array<unsigned char>^ bytes,
int startIdx = 0
)
public:
static short ReadInt16(
array<unsigned char>^ bytes,
int startIdx = 0
)
static member ReadInt16 :
bytes : byte[] *
?startIdx : int
(* Defaults:
let _startIdx = defaultArg startIdx 0
*)
-> int16static member ReadInt16 :
bytes : byte[] *
?startIdx : int
(* Defaults:
let _startIdx = defaultArg startIdx 0
*)
-> int16Return Value
Type:
Int16