Click or drag to resize

EndianBitConverter.GetBytes Method (Int64)

Returns the specified 64-bit signed 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(
	long value
)

Parameters

value
Type: System.Int64
The number to convert.

Return Value

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