CultureAndRegionInfoBuilder::TextInfo Property
Gets or sets the TextInfo object that defines the writing system associated with this custom culture.
Assembly: sysglobl (in sysglobl.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | This operation is not supported for replacement cultures. |
| ArgumentNullException | The value in a set operation is nullptr. |
| ArgumentOutOfRangeException | The number of characters in a list separator does not range from 0 to 3 characters. |
The TextInfo property corresponds to the TextInfo property.
The TextInfo property provides culture-specific casing information for strings.
Note |
|---|
CompareInfo also has CompareOptions in many of its methods to ignore casing distinctions, so the TextInfo and CompareInfo objects should be set to the same culture. |
- 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note