GoldDotNet Documentation

Token.ToString Method 

Returns the text representation of the token's parent 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

Token Class | DevinCook.GoldParser Namespace