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