IKernelLinkEvaluateToOutputForm(Expr, Int32) Method
Sends the code to evaluate as an
Expr.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
string EvaluateToOutputForm(
Expr e,
int pageWidth
)
Function EvaluateToOutputForm (
e As Expr,
pageWidth As Integer
) As String
String^ EvaluateToOutputForm(
Expr^ e,
int pageWidth
)
abstract EvaluateToOutputForm :
e : Expr *
pageWidth : int -> string
- e Expr
- The Expr to evaluate.
- pageWidth Int32
- The page width, in characters, for line breaks in the result. Use 0 for Infinity.
StringThe 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.