BinaryFormat.Binary
This function produces a binary representation that interprets a binary value. If a specific length is indicated, the binary value will consist of that exact number of bytes. If no length is indicated...
This function produces a binary representation that interprets a binary value. If a specific length is indicated, the binary value will consist of that exact number of bytes. If no length is indicated, the binary value will include all remaining bytes. The length can be indicated as a numerical value, or as a binary representation of the length that comes before the binary data.