Method GetDocumentText
- Namespace
- Alternet.Common.TypeScript.Compiler
- Assembly
- Alternet.Common.TypeScript.v9.dll
GetDocumentText(string)
Gets text content of the specified document.
public string GetDocumentText(string fileName)
Parameters
fileName
stringFile name of the document.
Returns
- string
Text content of the given document.