The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Encoding::IsAlwaysNormalized Method (NormalizationForm)
.NET Framework (current version)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: