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

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

Syntax


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

Parameters

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