-
Home
-
API
-
Tomlyn.Parsing
-
TomlLexer
-
Methods
-
GetText(in TomlToken)
GetText(in TomlToken) Method
Definition
Gets the raw source text represented by a token.
public string? GetText(in TomlToken token)
Parameters
Returns
- String
- The token text, or
null if out of range.