.NET/Link API Version 1.7 USE FRAMES

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