.NET/Link API Version 1.7 USE FRAMES

IKernelLink.EvaluateToInputForm Method (String, Int32)

Sends the code to evaluate as a string.

[Visual Basic]
Function EvaluateToInputForm( _
   ByVal s As String, _
   ByVal pageWidth As Integer _
) As String
[C#]
string EvaluateToInputForm(
   string s,
   int pageWidth
);

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 InputForm 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.EvaluateToInputForm Overload List | LastError