ConvertFromLSB Method
- Last UpdatedApr 08, 2026
- 1 minute read
Least Significant Byte (LSB) conversion with Little Endian taken into account.
public static byte[] ConvertFromLSB(
byte[] dataStream
)
public:
static array<byte>^ ConvertFromLSB(
array<byte>^ dataStream
)
Parameters
- dataStream
- The byte-ordered data to be converted.
Return Value
The converted Byte array.