Click or drag to resize

BigEndian.GetBytes(Decimal) Method

Returns the specified 128-bit decimal value as an array of bytes.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
Syntax
public static byte[] GetBytes(
	decimal value
)
View Source

Parameters

value  Decimal
The number to convert.

Return Value

Byte[]
An array of bytes with length 16.
See Also