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