Expr Explicit Expr to String Conversion
Converts the Expr to a string representation. This is the same operation as calling the ToString method.
[Visual Basic]
returnValue = Expr.op_Explicit(e)
[C#]
public static explicit operator
string(
Expr e);
Parameters
-
e
- The Expr to convert.
See Also
Expr Class | Wolfram.NETLink Namespace