Skip to main content

BinaryFormat.7BitEncodedUnsignedInteger

A binary format that reads a 64-bit unsigned integer that was encoded using a 7-bit variable-length encoding.

Syntax

BinaryFormat.7BitEncodedUnsignedInteger(
binary as binary
) as any

Remarks

A binary format that reads a 64-bit unsigned integer that was encoded using a 7-bit variable-length encoding.

Category

Binary Formats.Reading numbers