TextInfo (System.Globalization.TextInfo)

Inherits: System.Object

Interfaces: ICloneable, IDeserializationCallback

Derived Types: 0

Assembly: mscorlib.dll

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

VB.NET C#

C#

public class TextInfo : System.ICloneable, System.Runtime.Serialization.IDeserializationCallback
{
}

Articles

How to convert string to lowercase, uppercase, or title (proper) case ...

Although you can use the String class to convert a string to uppercase or lowercase, you must use a method in the System.Globalization.TextInfo class to convert a string to title case

TextInfo: ToTitleCase, ToLower, ToUpper | SimplyGold

System.Globalization.TextInfo info = new System.Globalization.CultureInfo("en-US", false).TextInfo; // First letter of every word is capitalized.

Mono Documentation

The members of System.Globalization.TextInfo are listed below. See Also: Inherited members from System.Object [ ...

Mono Documentation

Mono Class Library : System.Globalization Namespace System.Globalization.TextInfo Class: Documentation for this section has not yet been entered. See Also: ...

TextInfo.ListSeparator Property (System.Globalization)

Gets or sets the string that separates items in a list. ... Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter ...

TextInfo.ToTitleCase Method (System.Globalization)

Converts the specified string to titlecase. ... Generally, title casing converts the first character of a word to uppercase and the rest of the characters to lowercase.

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support