Click or drag to resize

EndianBitConverter.FromUInt32 Method

Converts the specified 32-bit unsigned integer value and stores the bytes in the given array.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public void FromUInt32(
	uint value,
	byte[] bytes,
	int startIndex
)

Parameters

value
Type: System.UInt32
The number to convert.
bytes
Type:System.Byte[]
An array of bytes.
startIndex
Type: System.Int32
The starting position within bytes.
See Also