ClassFieldTokenizer
Class
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
The string to be tokenized.
Returns
An array of tokens extracted from the input string.