Click or drag to resize

InterpreterGetExpressionResult Method

Developed by SO-SOFT
Get expression result

Namespace: scbscript
Assembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
C#
public SValue GetExpressionResult(
	string exprString
)

Parameters

exprString  String
An expression string

Return Value

SValue
Return a result value
Remarks
It executes the specified expression, and the result is returned as an SValue object.
See Also