LoadFile Method
- Last UpdatedNov 06, 2025
- 1 minute read
Function to load data from the specified file into the specified reference variable This overload returns text data to a string variable Throw an exception if any error occurs - the calling function must catch it
| Overload | Description |
|---|---|
| LoadFile(String,String) | Function to load data from the specified file into the specified reference variable This overload returns text data to a string variable Throw an exception if any error occurs - the calling function must catch it |
| LoadFile(String,Byte[]) | Function to load data from the specified file into the specified reference variable This overload returns binary data to a byte array variable Throw an exception if any error occurs - the calling function must catch it |