'Declaration Public Overloads Function ParseStatement( _ ByVal statement As System.String _ ) As System.Exception
public System.Exception ParseStatement( System.string statement )
Parameters
- statement
- A string with a VBScript statement to be parsed.
Return Value
An System.Exception if the statement is invalid, or null if no errors were detected.