'宣言 Public Function Parse( _ ByVal expression As System.String _ ) As ExpressionInfo
'使用法 Dim instance As ReportScriptContextBase Dim expression As System.String Dim value As ExpressionInfo value = instance.Parse(expression)
public ExpressionInfo Parse( System.string expression )
パラメータ
- expression
- A string with a VBScript expression to be evaluated.