Method Tokenize
- Namespace
- GuildWars2.Markup
- Assembly
- GW2SDK.dll
Tokenize(string)
Tokenizes the input string into a sequence of tokens.
public static IEnumerable<MarkupToken> Tokenize(string input)
Parameters
input
stringThe markup input string to tokenize.
Returns
- IEnumerable<MarkupToken>
An IEnumerable<T> representing the sequence of tokens parsed from the input string.