Read all bytes from a file.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
byte[] ReadAllBytes( string path ) |
| Visual Basic |
|---|
Function ReadAllBytes ( _ path As String _ ) As Byte() |
| Visual C++ |
|---|
array<unsigned char>^ ReadAllBytes( String^ path ) |
Parameters
- path
- Type: System..::..String
Path to file to read from.