Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 641 Bytes

binaryformat-binary.md

File metadata and controls

22 lines (16 loc) · 641 Bytes
title ms.date ms.service ms.reviewer ms.topic author ms.author
BinaryFormat.Binary | Microsoft Docs
7/29/2019
powerquery
gepopell
reference
dougklopfenstein
bezhan

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 preceeds the binary data.