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