Table of Contents

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 string

The markup input string to tokenize.

Returns

IEnumerable<MarkupToken>

An IEnumerable<T> representing the sequence of tokens parsed from the input string.