New to Telerik UI for WPFStart a free 30-day trial

Represents a utility class for tokenizing fields in formatted documents.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Utils

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class FieldTokenizer

Inheritance: objectFieldTokenizer

Constructors

C#
public FieldTokenizer()

Methods

Tokenizes the specified input string into an array of tokens.

C#
public static FieldToken[] Tokenize(string source)
Parameters:sourcestring

The string to be tokenized.

Returns:

FieldToken[]

An array of tokens extracted from the input string.