GoldDotNet Documentation

Symbol.ToString Method 

Returns the text representation of the symbol.

public override string ToString();

Remarks

In the case of nonterminals, the name is delimited by angle brackets, special terminals are delimited by parenthesis and terminals are delimited by single quotes (if special characters are present).

See Also

Symbol Class | DevinCook.GoldParser Namespace