[This is preliminary documentation and is subject to change.]
Reads unsigned 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 ushort ReadUInt16(
byte[] bytes,
int startIdx = 0
)
public static ushort ReadUInt16(
byte[] bytes,
int startIdx = 0
)
Public Shared Function ReadUInt16 (
bytes As Byte(),
Optional startIdx As Integer = 0
) As UShort
Public Shared Function ReadUInt16 (
bytes As Byte(),
Optional startIdx As Integer = 0
) As UShort
public:
static unsigned short ReadUInt16(
array<unsigned char>^ bytes,
int startIdx = 0
)
public:
static unsigned short ReadUInt16(
array<unsigned char>^ bytes,
int startIdx = 0
)
static member ReadUInt16 :
bytes : byte[] *
?startIdx : int
(* Defaults:
let _startIdx = defaultArg startIdx 0
*)
-> uint16static member ReadUInt16 :
bytes : byte[] *
?startIdx : int
(* Defaults:
let _startIdx = defaultArg startIdx 0
*)
-> uint16Return Value
Type:
UInt16