Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Text.NormalizationForm

Assembly: System.Runtime

Defines the type of normalization to perform.

Values

FormC
Indicates that a Unicode string is normalized using full canonical decomposition, followed by the replacement of sequences with their primary composites, if possible.
FormD
Indicates that a Unicode string is normalized using full canonical decomposition.
FormKC
Indicates that a Unicode string is normalized using full compatibility decomposition, followed by the replacement of sequences with their primary composites, if possible.
FormKD
Indicates that a Unicode string is normalized using full compatibility decomposition.