.NET/Link API Version 1.7 USE FRAMES

IKernelLink.EvaluateToInputForm Method (Expr, Int32)

Sends the code to evaluate as an Expr.

[Visual Basic]
Function EvaluateToInputForm( _
   ByVal e As Expr, _
   ByVal pageWidth As Integer _
) As String
[C#]
string EvaluateToInputForm(
   Expr e,
   int pageWidth
);

Parameters

e
The Expr to evaluate.
pageWidth
The page width, in characters, for line breaks in the result. Use 0 for Infinity.

Return Value

The result of the evaluation, as an InputForm string, or null if an error occurred. The string will have newlines in the Windows CR/LF format.

See Also

IKernelLink Interface | Wolfram.NETLink Namespace | IKernelLink.EvaluateToInputForm Overload List | LastError