DelphiBasics
  Home  |  Delphi .net Home  |  System.Globalization NameSpace
 .NET Framework
 Namespace References

 System
 System.Collections
 System.Globalization
 
  Calendar  Class 
  CalendarWeekRule  Enumeration 
  CultureInfo  Class 
  CultureTypes  Enumeration 
  DateTimeFormatInfo  Class 
  DateTimeStyles  Enumeration 
  NumberFormatInfo  Class 
  NumberStyles  Enumeration 
  RegionInfo  Class 
  StringInfo  Class 
  TextElementEnumerator  Class 
  TextInfo  Class 
 System.Drawing - download only
 System.IO

 Articles and Tutorials

 Overview of .NET
 Delphi and .NET
 Winform Applications
 ASP .Net Applications
 php Web Services
 Framework Collections
 Framework String Handling
 Framework Files and Folders


 
 
  System.Globalization.TextInfo Class
 
 Description
A writing system is the written form of a language, with its characters/scripts and orthographic rules.
 
A TextInfo object cannot be directly constructed. You must do so using the TextInfo property of a CultureInfo object. These objects encapsulate International information for a culture (language/country/region).
 
It is provided here for completeness but is beyond the scope of Delphi Basics.
 Methods
ToLower  Converts a Char or String to Lower Case according to the current culture
ToTitleCase  Converts a String to Title Case according to the current culture
ToUpper  Converts a Char or String to Upper Case according to the current culture

 Properties
ANSICodePage  Integer  Gets the American National Standards Institute (ANSI) code page used by the writing system represented by the current TextInfo.
EBCDICCodePage  Integer  Gets the Extended Binary Coded Decimal Interchange Code (EBCDIC) code page used by the writing system represented by the current TextInfo.
ListSeparator  Integer  Gets the string that separates items in a list.
MacCodePage  Integer  Gets the Macintosh code page used by the writing system represented by the current TextInfo.
OEMCodePage  Integer  Gets the original equipment manufacturer (OEM) code page used by the writing system represented by the current TextInfo.

 Delphi Basics links
 
System.Globalization.CultureInfo

 Microsoft MSDN links
 
System.Globalization
System.Globalization.textinfo
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page