IKernelLink.EvaluateToOutputForm Method (String, Int32)
Sends the code to evaluate as a string.
[Visual Basic]
Function EvaluateToOutputForm( _
ByVal
s As
String, _
ByVal
pageWidth As
Integer _
) As
String
Parameters
-
s
- The string 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 OutputForm 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