InterpreterGetExpressionResult Method |
Developed by SO-SOFT
Get expression result
Namespace: scbscriptAssembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntaxpublic SValue GetExpressionResult(
string exprString
)
Parameters
- exprString String
- An expression string
Return Value
SValueReturn a result value
RemarksIt executes the specified expression, and the result is returned as an SValue object.
See Also