Overload | Description |
---|---|
GetBytesBE(Int16) | Gets the bytes of the given value in big endian byte order (i.e. the most significant byte comes first). |
GetBytesBE(UInt16) | Gets the bytes of the given value in big endian byte order (i.e. the most significant byte comes first). |
GetBytesBE(Int32) | Gets the bytes of the given value in big endian byte order (i.e. the most significant byte comes first). |
GetBytesBE(UInt32) | Gets the bytes of the given value in big endian byte order (i.e. the most significant byte comes first). |
GetBytesBE(Int64) | Gets the bytes of the given value in big endian byte order (i.e. the most significant byte comes first). |
GetBytesBE(UInt64) | Gets the bytes of the given value in big endian byte order (i.e. the most significant byte comes first). |
GetBytesBE(Single) | Gets the bytes of the given value in big endian byte order (i.e. the most significant byte comes first). |
GetBytesBE(Double) | Gets the bytes of the given value in big endian byte order (i.e. the most significant byte comes first). |