BinaryFormat.UnsignedInteger32 is a Power Query M function that reads a 32-bit unsigned integer from a binary format. The function returns the 32-bit unsigned integer value.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
BinaryFormat.UnsignedInteger32( binary as binary ) as any
Description
A binary format that reads a 32-bit unsigned integer.
Related functions
Other functions related to BinaryFormat.UnsignedInteger32 are:
- BinaryFormat.7BitEncodedSignedInteger
- BinaryFormat.7BitEncodedUnsignedInteger
- BinaryFormat.SignedInteger16
- BinaryFormat.SignedInteger32
- BinaryFormat.SignedInteger64
- BinaryFormat.UnsignedInteger16
- BinaryFormat.UnsignedInteger64
