Utils..::..ToBytes Method (UInt32, Boolean, Span<(Of <(<'Byte>)>)>)

Namespace:  SecretNET.Common
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public static void ToBytes(
	uint value,
	bool littleEndian,
	Span<byte> output
)

Parameters

value
Type: UInt32
littleEndian
Type: Boolean
output
Type: Span<(Of <(<'Byte>)>)>