CultureAndRegionInfoBuilder.TextInfo Property
Gets or sets the TextInfo object that defines the writing system associated with this custom culture.
Namespace: System.Globalization
Assembly: sysglobl (in sysglobl.dll)
Property Value
Type: System.Globalization.TextInfoThe object that defines the writing system associated with this custom culture.
| Exception | Condition |
|---|---|
| NotSupportedException | This operation is not supported for replacement cultures. |
| ArgumentNullException | The value in a set operation is null. |
| ArgumentOutOfRangeException | The number of characters in a list separator does not range from 0 to 3. |
The CultureAndRegionInfoBuilder.TextInfo property provides culture-specific casing information for strings. It corresponds to the CultureInfo.TextInfo property.
The TextInfo and CompareInfo objects that are assigned to the TextInfo and CompareInfo properties both support culture-sensitive and case-sensitive string comparison. The CompareInfo object also has methods that include a CompareOptions parameter that supports culture-sensitive, case-insensitive comparison. These two properties should be assigned TextInfo and CompareInfo objects that represent the same locale.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.