Method LoadFile
- Namespace
- Alternet.Common.TypeScript
- Assembly
- Alternet.Common.TypeScript.v9.dll
LoadFile(string)
When implemented by a class, load text content from the specified file.
string LoadFile(string fileName)
Parameters
fileName
stringFile name that contains text to load.
Returns
- string
String representation of the file.