PowerQuery
Home
Blog
Functions
Patterns
Showcases
← Back to Binary functions
BinaryFormat.7BitEncodedUnsignedInteger
A data format which can interpret a 64-bit unsigned number that has been compressed using a variable-length encoding method with 7 bits.
Syntax
BinaryFormat.7BitEncodedUnsignedInteger(binary as binary) as any
About
A data format which can interpret a 64-bit unsigned number that has been compressed using a variable-length encoding method with 7 bits.