Expr Conversion (Expr to String)
Converts the Expr to a string representation. This is the same operation as calling the
ToString method.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public static explicit operator string (
Expr e
)
Public Shared Narrowing Operator CType (
e As Expr
) As String
static explicit operator String^ (
Expr^ e
)
F# does not support the declaration of new casting operators.
- e Expr
- The Expr to convert.
String