ScriptParser.ParseScriptToCode
Passes in a block of finalized 'script' code into a string using
code that uses a text writer to output. You can feed the
output from this method in ExecuteCode()
or similar to
parse the script into an output string that includes the
processed text.
public string ParseScriptToCode(ScriptFileContext scriptContext)
Parameters
scriptContext
Script context that is filled in
process of parsing the script.