TokenCharacterKind Enum

Definition

Represents classes of characters on which a token filter can operate.

C#
public enum TokenCharacterKind
Inheritance
TokenCharacterKind

Fields

Name Value Description
Letter 0

Keeps letters in tokens.

Digit 1

Keeps digits in tokens.

Whitespace 2

Keeps whitespace in tokens.

Punctuation 3

Keeps punctuation in tokens.

Symbol 4

Keeps symbols in tokens.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview