.NET/Link API Version 1.7 USE FRAMES

IMathLink.PutSymbol Method 

Sends a symbol.

[Visual Basic]
Sub PutSymbol( _
   ByVal s As String _
)
[C#]
void PutSymbol(
   string s
);

Parameters

s
The name of the symbol to send.

Remarks

Both .NET strings and Mathematica symbols are in Unicode, so you can send symbols with the full Unicode character set.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IMathLink Interface | Wolfram.NETLink Namespace | Put | Put