public static byte[] GetBytes(
UInt24 value
)
Public Shared Function GetBytes (
value As UInt24
) As Byte()
public:
static array<unsigned char>^ GetBytes(
UInt24 value
)
Gemstone.Numeric.UInt24.GetBytes = function(value);
You can use this function in-lieu of a System.BitConverter.GetBytes(UInt24) function.
Bytes will be returned in endian order of currently executing process architecture (little-endian on Intel platforms).