Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Location
My.Computer.FileSystem.ReadAllBytes Syntax
Dim result As Byte( ) = My.Computer.FileSystem.ReadAllBytes(path)
Description
The ReadAllBytes method returns the entire contents of a text file as a Byte array. Usage at a Glance
Related Framework Entries
See Also
FileSystem Object, OpenTextFieldParser Method, OpenTextFileReader Method, OpenTextFileWriter Method, ReadAllText Method, WriteAllBytes Method, WriteAllText Method |
Категории