LoadScript Method
LoadScript(String)
When implemented by a class, load script from specified file.
Declaration
string LoadScript(string fileName)
Parameters
Type | Name | Description |
---|---|---|
String | fileName | File name that contains script to load. |
Returns
Type | Description |
---|---|
String | String representation of the file. |