Returns the textual representation of the token
Namespace: IECSInterfaces
Delphi |
public |
Return Value
Type: String
The ToString value, if it is parsed again, should create the same type of token. So, if the token is a special inference engine type (like a variable or multivariable), the ToString property should return the name of the label as well as the characters that identify it as a variable. If it was a string, the string should be quoted, etc |
Reference |