Click or drag to resize

NormalizationForm Enumeration

The NormalizationForm enumeration represents the Unicode Normalization Form used during serialization. The unicode normalization is a process of removing alternative representations of equivalent sequences from textual data.

Namespace:  Altova.RaptorXml.Beta.XPath
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public enum NormalizationForm
Members
  Member nameValueDescription
None0
NFC1
NFD2
NFKC3
NFKD4
FullyNormalized5
See Also