asp.net.ph

CultureInfo.TextInfo Property

System.Globalization Namespace   CultureInfo Class


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

[ VB ]
Overridable Public ReadOnly Property TextInfo As TextInfo

[ C# ]
public virtual TextInfo TextInfo {get;}

[ C++ ]
public: __property virtual TextInfo* get_TextInfo ( );

[ JScript ]
function get TextInfo ( ) : TextInfo;

Property Value

The TextInfo that defines the writing system associated with the culture.

Remarks

The TextInfo property provides culture-specific casing information for strings.

The user might choose to override some of the values associated with the current culture of Windows through Regional and Language Options ( or Regional Options or Regional Settings ) in Control Panel. For example, the user might choose to display the date in a different format or to use a currency other than the default for the culture. If the UseUserOverride property is set to true, the properties of the DateTimeFormat instance, the NumberFormat instance, and the TextInfo instance are also retrieved from the user settings. If the user settings are incompatible with the culture associated with the CultureInfo ( for example, if the selected calendar is not one of the OptionalCalendars ), the results of the methods and the values of the properties are undefined.

See Also

CultureInfo Members   TextInfo Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph