NormalizationForm (System.Text.NormalizationForm)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

Defines the type of normalization to perform.

VB.NET C#

C#

public enum struct NormalizationForm : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

Normalization

For more information about the normalization forms supported by the .NET Framework, see System.Text.NormalizationForm . For more information about normalization, character ...

String.Normalize Method (NormalizationForm) (System)

Type: System.Text . . :: . NormalizationForm. A Unicode normalization form. Return Value Type: System . . :: . String. A new string whose textual value is the same as this string, but whose ...

Kris’ Blog » globalization

... 5' Char.IsNumber('5') true Char.GetUnicodeCategory('5') DecimalDigitNumber Char.GetNumericValue('5') 5.0 "5000 gil".Normalize(System.Text.NormalizationForm ...

Kris’ Blog

... 5' Char.IsNumber('5') true Char.GetUnicodeCategory('5') DecimalDigitNumber Char.GetNumericValue('5') 5.0 "5000 gil".Normalize(System.Text.NormalizationForm ...

The PowerShell Guy : PowerTab 0.97 released

PoSH> PoSH> PoSH> PoSH> PoSH> PoSH> ( "" ).Normalize( [System.Text.NormalizationForm]::FormC ) PoSH> ╔═ ( "" ). n ...

Mono Documentation

Mono Class Library : System.Text Namespace System.Text.NormalizationForm Enumeration: Note: This namespace, class, or member is supported only in version .NET 2 ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support