IMathLinkGetSymbol Method

Reads a Wolfram Language symbol as a string.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
string GetSymbol()

Return Value

String

Remarks

Because both .NET strings and Wolfram Language symbols are in Unicode, the string as read is an exact match to its Wolfram Language representation.

Exceptions

MathLinkExceptionIf the waiting data cannot be read in this format, or on any other MathLink error.

See Also