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