asp.net.ph

TextInfo Class

System.Globalization Namespace


Defines properties and behaviors, such as casing, that are specific to a writing system.

TextInfo Class Members

Collapse   Properties

Visibility Name Value Type Accessibility
public ANSICodePage Int32 [ Get ]
public CultureName String [ Get ]
public EBCDICCodePage Int32 [ Get ]
public IsReadOnly Boolean [ Get ]
public IsRightToLeft Boolean [ Get ]
public LCID Int32 [ Get ]
public ListSeparator String [ Get , Set ]
public MacCodePage Int32 [ Get ]
public OEMCodePage Int32 [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public Clone ( ) Object
public Equals ( Object obj ) Boolean
public GetHashCode ( ) Int32
public static ReadOnly ( TextInfo textInfo ) TextInfo
public ToLower ( String str ) String
public ToLower ( Char c ) Char
public ToString ( ) String
public ToTitleCase ( String str ) String
public ToUpper ( Char c ) Char
public ToUpper ( String str ) String

Remarks

A writing system is the collection of scripts and orthographic rules required to represent a language as text.

To create a TextInfo for any culture, use the CultureInfo.TextInfo property.

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 CultureInfo.UseUserOverride property is set to true, the properties of the CultureInfo.DateTimeFormat instance, the CultureInfo.NumberFormat instance, and the CultureInfo.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

StringInfo 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