EndianBitConverterGetBytes 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.2.419.0 (24.2.419.0)
Syntax public byte[] GetBytes(
long value
)
Public Function GetBytes (
value As Long
) As Byte()
public:
array<unsigned char>^ GetBytes(
long long value
)
member GetBytes :
value : int64 -> byte[]
Parameters
- value
- Type: SystemInt64
The number to convert.
Return Value
Type:
ByteAn array of bytes with length 8.
See Also