IKernelLinkEvaluateToOutputForm(String, Int32) Method
Sends the code to evaluate as a string.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
string EvaluateToOutputForm(
string s,
int pageWidth
)
Function EvaluateToOutputForm (
s As String,
pageWidth As Integer
) As String
String^ EvaluateToOutputForm(
String^ s,
int pageWidth
)
abstract EvaluateToOutputForm :
s : string *
pageWidth : int -> string
- s String
- The string 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 OutputForm string, or null if an error occurred. The string will
have newlines in the Windows CR/LF format.