IKernelLink.EvaluateToOutputForm Method (Expr, Int32)
Sends the code to evaluate as an Expr.
[Visual Basic]
Function EvaluateToOutputForm( _
ByVal
e As
Expr, _
ByVal
pageWidth As
Integer _
) As
String
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.EvaluateToOutputForm Overload List | LastError