Ok so I have a Binary text file written using a BinaryWriter. The format of the file has been lost due to poor documentation.
Im using the BinaryReader to read the file but the only way I can do this is through trial and error by stepping through the file and guessing whether I should be using the ReadInt64(), ReadString() etc of the BinaryReader class.
Is there anyway to step through the file and automatically determine what the next value format is?
BinaryReader. Visual Studio will display a binary file.