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 limits the amount of data that can be read.  Both BinaryFormat.List and BinaryFormat.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.