BinUtils WriteUInt24 Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Writes unsigned 24bit int (less than 2^24) to byte array

Namespace: NFX.Serialization.BSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static void WriteUInt24(
	byte[] buffer,
	uint value,
	int startIdx = 0
)

Parameters

buffer
Type:  OnlineSystem Byte 
value
Type: OnlineSystem UInt32
startIdx (Optional)
Type: OnlineSystem Int32
See Also