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