ExprStringQ Method

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

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public bool StringQ()

Return Value

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

See Also