Encoding.IsAlwaysNormalized Method (NormalizationForm)

Note: This method is new in the .NET Framework version 2.0.

When overridden in a derived class, gets a value indicating whether the current encoding is always normalized, using the specified normalization form.

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)

[ComVisibleAttribute(false)] 
public:
virtual bool IsAlwaysNormalized (
	NormalizationForm form
)
/** @attribute ComVisibleAttribute(false) */ 
public boolean IsAlwaysNormalized (
	NormalizationForm form
)
ComVisibleAttribute(false) 
public function IsAlwaysNormalized (
	form : NormalizationForm
) : boolean

Parameters

form

One of the NormalizationForm values.

Return Value

true 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 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.

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: