Table of Contents

Method Parse

Namespace
Microlithix.Text.Ansi
Assembly
AnsiParser.dll

Parse(string)

Parses a string into an ordered list of elements.

public List<IAnsiStringParserElement> Parse(string text)

Parameters

text string

The UTF-16 string to be parsed.

Returns

List<IAnsiStringParserElement>

An ordered list of elements representing the printable text strings, control codes, and escape sequences found in the string.

Remarks

The character will be parsed in the context of the character stream already received by prior invocations of this method.