Click or drag to resize

EndianBitConverterFromInt32 Method

Converts the specified 32-bit signed 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.1.418.0 (24.1.418.0)
Syntax
public void FromInt32(
	int value,
	byte[] bytes,
	int startIndex
)

Parameters

value
Type: SystemInt32
The number to convert.
bytes
Type: SystemByte
An array of bytes.
startIndex
Type: SystemInt32
The starting position within bytes.
See Also