Expr   Conversion (Expr to String)

Converts the Expr to a string representation. This is the same operation as calling the ToString method.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public static explicit operator string (
	Expr e
)

Parameters

e  Expr
The Expr to convert.

Return Value

String

See Also