System.Globalization.CultureInfo.TextInfo Property

Gets the System.Globalization.TextInfo that defines the writing system associated with the culture.

Syntax

public virtual TextInfo TextInfo { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The CultureInfo.TextInfo property provides culture-specific casing information for strings. To perform culture-insensitive casing, the application should use the CultureInfo.TextInfo property of CultureInfo.InvariantCulture.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0