Returns a binary format that reads a text value. The {0} specifies the number of bytes to decode, or the binary format of the length that preceeds the text. The optional {1} value specifies the encoding of the text. If the {1} is not specified, then the encoding is determined from the Unicode byte order marks. If no byte order marks are present, then TextEncoding.Utf8
is used.
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 ...
Returns a binary value corresponding to the end of {0}. The returned value is always empty (i.e. it is 0 bytes in length). ...
Returns a binary value from the given {0}. If the given {0} is null , Binary.From returns null . If the given {0} is binary ...
Returns a comparer function given the {0} and a logical value {1} for case sensitivity for the comparison. The default value ...