| description | Learn more about: BinaryFormat.Binary |
|---|---|
| title | BinaryFormat.Binary |
| ms.topic | reference |
| ms.subservice | m-source |
BinaryFormat.Binary(optional length as any) as function
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.