'宣言 Public Overloads Shared Function Parse( _ ByVal text As System.String _ ) As FormulaSyntaxTree
public static FormulaSyntaxTree Parse( System.string text )
パラメータ
- text
- 数式を含むSystem.String。
戻り値の型
数式を含むSystem.Stringから入力されたFormulaSyntaxTree。
'宣言 Public Overloads Shared Function Parse( _ ByVal text As System.String _ ) As FormulaSyntaxTree
public static FormulaSyntaxTree Parse( System.string text )