Returns a binary format that limits the amount of data that can be read. BothBinaryFormat.List
andBinaryFormat.Binary
can be used to read until end of the data.BinaryFormat.Length
can be used to limit the number of bytes that are read. The {0} parameter specifes the binary format to limit. The {1} parameter specifies the number of bytes to read. The {1} parameter may either be a number value, or a binary format value that specifies the format of the length value that appears that preceeds the value being read.
Returns a 32-bit integer number value from the given {0}. If the given {0} is null , Int32.From returns null . If the given ...
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 ...