Encoding::IsAlwaysNormalized Method (NormalizationForm)
When overridden in a derived class, gets a value indicating whether the current encoding is always normalized, using the specified normalization form.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] virtual bool IsAlwaysNormalized( NormalizationForm form )
Parameters
- form
-
Type:
System.Text::NormalizationForm
One of the NormalizationForm values.
Return Value
Type: System::Booleantrue if the current Encoding object is always normalized using the specified NormalizationForm value; otherwise, false. The default is false.
The default normalization form is FormC, which uses full canonical decomposition, followed by the replacement of sequences with their primary composites, if possible.
Available since 2.0