Encoding.IsAlwaysNormalized Method ()
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.0.
Gets a value indicating whether the current encoding is always normalized, using the default normalization form.
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
/** @attribute ComVisibleAttribute(false) */ public boolean IsAlwaysNormalized ()
ComVisibleAttribute(false) public function IsAlwaysNormalized () : boolean
Return Value
true if the current Encoding is always normalized; 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 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: