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 public string GetTokenToEOL()
Return Value
Type:
StringSee Also