Click or drag to resize

EndianBitConverterGetBytes Method (Int16)

Returns the specified 16-bit signed integer value as an array of bytes.

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

Parameters

value
Type: SystemInt16
The number to convert.

Return Value

Type: Byte
An array of bytes with length 2.
See Also