LoadFile Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LoadFile() method loads data from a specified file into a parameter of the method. This overload of the method loads the data to a string parameter.
| Overload | Description |
|---|---|
| LoadFile(String,String) | The LoadFile() method loads data from a specified file into a parameter of the method. This overload of the method loads the data to a string parameter. |
| LoadFile(String,Byte[]) | The LoadFile() method loads data from a specified file into a parameter of the method. This overload of the method loads the data to a byte array. This method loads data from a specified file into the provided byte array. |