CultureAndRegionInfoBuilder.TextInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the TextInfo object that defines the writing system associated with this custom culture.
public:
property System::Globalization::TextInfo ^ TextInfo { System::Globalization::TextInfo ^ get(); void set(System::Globalization::TextInfo ^ value); };
public System.Globalization.TextInfo TextInfo { get; set; }
member this.TextInfo : System.Globalization.TextInfo with get, set
Public Property TextInfo As TextInfo
Property Value
The object that defines the writing system associated with this custom culture.
Exceptions
This operation is not supported for replacement cultures.
The value in a set operation is null
.
The number of characters in a list separator does not range from 0 to 3.
Remarks
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.