Click or drag to resize

ParserGetTokenToEOL Method

Parse from the current token up to (but not including) the EOL, returning that as a string, and advancing to the next token.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public string GetTokenToEOL()

Return Value

Type: String
See Also