Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 577 Bytes

File metadata and controls

17 lines (13 loc) · 577 Bytes
description Learn more about: BinaryFormat.Binary
title BinaryFormat.Binary
ms.topic reference
ms.subservice m-source

BinaryFormat.Binary

Syntax

BinaryFormat.Binary(optional length as any) as function

About

Returns a binary format that reads a binary value. If length is specified, the binary value will contain that many bytes. If length is not specified, the binary value will contain the remaining bytes. The length can be specified either as a number, or as a binary format of the length that precedes the binary data.