[This is preliminary documentation and is subject to change.]
Writes unsigned 16-bit int to byte array
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static void WriteUInt16(
byte[] buffer,
ushort value,
int startIdx = 0
)
public static void WriteUInt16(
byte[] buffer,
ushort value,
int startIdx = 0
)
Public Shared Sub WriteUInt16 (
buffer As Byte(),
value As UShort,
Optional startIdx As Integer = 0
)
Public Shared Sub WriteUInt16 (
buffer As Byte(),
value As UShort,
Optional startIdx As Integer = 0
)
public:
static void WriteUInt16(
array<unsigned char>^ buffer,
unsigned short value,
int startIdx = 0
)
public:
static void WriteUInt16(
array<unsigned char>^ buffer,
unsigned short value,
int startIdx = 0
)
static member WriteUInt16 :
buffer : byte[] *
value : uint16 *
?startIdx : int
(* Defaults:
let _startIdx = defaultArg startIdx 0
*)
-> unitstatic member WriteUInt16 :
buffer : byte[] *
value : uint16 *
?startIdx : int
(* Defaults:
let _startIdx = defaultArg startIdx 0
*)
-> unit