OpenBinaryReader()

Function that opens a file as a binary file for reading purposes.

OpenBinaryReader(filename)

Opens filename as a binary file for reading purposes. The function returns a BinaryReader object.

filename

String that represents the name of the file to open.

Examples

 
  • Last Topic Update: 24/01/2017 09:32
  • Last Published: 7/6/2017 : 9:48 AM