ScriptParser.ParseScriptToCode

Passes in a block of '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(string scriptText)

Parameters

scriptText
Script context that is filled in process of parsing the script.

Overloads