IMathLinkPutSymbol Method
Sends a symbol.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
void PutSymbol(
string s
)
Sub PutSymbol (
s As String
)
void PutSymbol(
String^ s
)
abstract PutSymbol :
s : string -> unit
Parameters
- s String
- The name of the symbol to send.
Both .NET strings and Wolfram Language symbols are in Unicode, so you can send symbols with the full
Unicode character set.