.NET/Link API Version 1.7 USE FRAMES

Expr.StringQ Method 

Tells whether the Expr represents a Mathematica string. Works like the Mathematica function StringQ.

[Visual Basic]
Public Function StringQ() As Boolean
[C#]
public bool StringQ();

Return Value

true, if the Expr is a string; false otherwise.

See Also

Expr Class | Wolfram.NETLink Namespace