IMathLinkGetSymbol Method
Reads a Wolfram Language symbol as a string.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Function GetSymbol As String
abstract GetSymbol : unit -> string
Return Value
String
Because both .NET strings and Wolfram Language symbols are in Unicode, the string as read is an exact
match to its Wolfram Language representation.
MathLinkException | If the waiting data cannot be read in this format, or on any other MathLink error. |