VFile.ReadAllBytes Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
ReadAllBytes(String)
Method returns a byte array that contains the binary content of a file identified by the path
.
Declaration
public static byte[] ReadAllBytes(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the file. |
Returns
Type | Description |
---|---|
Byte[] | A byte array that contains the binary content of a file identified by the |