Click or drag to resize

EndianBitConverter.GetBytes Method (UInt32)

Returns the specified 32-bit unsigned integer value as an array of bytes.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public byte[] GetBytes(
	uint value
)

Parameters

value
Type: System.UInt32
The number to convert.

Return Value

Type:Byte[]
An array of bytes with length 4.
See Also