In The Hand LtdIn The Hand
ReadAllBytes Method (file)
NamespacesInTheHand.VisualBasic.MyServicesFileSystemProxyReadAllBytes(String)
.NET Components for Mobility
Returns the contents of a file as a byte array.
Declaration Syntax
C#Visual Basic
public byte[] ReadAllBytes(
	string file
)
Public Function ReadAllBytes ( _
	file As String _
) As Byte()
Parameters
file (String)
File to be read.
Return Value
Byte array containing the contents of the file.

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0