Class
FieldTokenizer

Represents a utility class for tokenizing fields in formatted documents.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Utils

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class FieldTokenizer

Inheritance: objectFieldTokenizer

Constructors

FieldTokenizer()

Declaration

cs-api-definition
public FieldTokenizer()

Methods

Tokenize(string)

Tokenizes the specified input string into an array of tokens.

Declaration

cs-api-definition
public static FieldToken[] Tokenize(string source)

Parameters

source

string

The string to be tokenized.

Returns

FieldToken[]

An array of tokens extracted from the input string.