IKernelLinkEvaluateToOutputForm(Expr, Int32) Method

Sends the code to evaluate as an Expr.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
string EvaluateToOutputForm(
	Expr e,
	int pageWidth
)

Parameters

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

Return Value

String
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