Returns a binary format that reads a binary value. If {0} is specified, the binary value will contain that many bytes. If {0} is not specified, the binary value will contain the remaining bytes. The {0} can be specified either as a number, or as a binary format of the length that preceeds the binary data.
Returns a 64-bit integer number value from the given {0}. If the given {0} is null , Int64.From returns null . If the given ...
Returns a 8-bit integer number value from the given {0}. If the given {0} is null , Byte.From returns null . If the given ...
Returns a binary format that chooses the next binary format based on a value that has already been read. The binary format ...
Returns a binary format that limits the amount of data that can be read. Both BinaryFormat.List and BinaryFormat.Binary can ...
Returns a binary format that reads a binary value. If {0} is specified, the binary value will contain that many bytes. If ...
Returns a binary format that reads a record. The {0} parameter specifies the format of the record. Each field in the record ...
Returns a binary format that reads a sequence of items and returns a list . The {0} parameter specifies the binary format ...
Returns a binary format that reads a text value. The {0} specifies the number of bytes to decode, or the binary format of ...
Returns a binary format that will transform the values read by another binary format. The {0} parameter specifies the binary ...