Normalizer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Normalize the string before processing it with the tokenizer.
public abstract class Normalizer
type Normalizer = class
Public MustInherit Class Normalizer
- Inheritance
-
Normalizer
- Derived
Constructors
Normalizer() |
Methods
Normalize(ReadOnlySpan<Char>) |
Process the original string to modify it and obtain a normalized string. |
Normalize(String) |
Process the original string to modify it and obtain a normalized string. |