'宣言 Public Function Evaluate( _ ByVal expression As System.String _ ) As System.Object
public System.object Evaluate( System.string expression )
パラメータ
- expression
- 評価する式。
戻り値の型
式の値。
'宣言 Public Function Evaluate( _ ByVal expression As System.String _ ) As System.Object
public System.object Evaluate( System.string expression )