IKernelLinkEvaluateToInputForm(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 EvaluateToInputForm(
Expr e,
int pageWidth
)
Function EvaluateToInputForm (
e As Expr,
pageWidth As Integer
) As String
String^ EvaluateToInputForm(
Expr^ e,
int pageWidth
)
abstract EvaluateToInputForm :
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.