This documentation is archived and is not being maintained.
Encoding::IsAlwaysNormalized Method (NormalizationForm)
Visual Studio 2010
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)
[ComVisibleAttribute(false)] public: 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: