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