An NDoc Documented Class Library

Symbol.ToString Method 

Returns the text representation of the symbol. 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).

public override string ToString();

Return Value

String representation of symbol.

See Also

Symbol Class | GoldParser Namespace