Creates an Expr representing a Mathematica Integer, Real, String, or Symbol whose value is given by the supplied string (for example "2", "3.14", "Plus", or "True").
Creates only the following types: ExpressionType.Integer, ExpressionType.Real, ExpressionType.String, ExpressionType.Symbol, ExpressionType.Boolean.
Exception Type | Condition |
---|---|
ArgumentException | If an unsupported type is specified. |
Expr Class | Wolfram.NETLink Namespace | Expr Constructor Overload List