'Declaration Public Shared Function ReadAllBytes( _ ByVal path As System.String _ ) As System.Byte()
public static System.byte[] ReadAllBytes( System.string path )
Parameters
- path
- The file to open for reading.
Return Value
A byte array containing the contents of the file.