Skip to main content

BinaryFormat.7BitEncodedSignedInteger

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

Syntax​

BinaryFormat.7BitEncodedSignedInteger(
binary as binary
) as any

Remarks​

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

Category​

Binary Formats.Reading numbers