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.StringInfo Class
 
 Description
The StringInfo has a somewhat misleading name. It provides support for treating a string as a collection of text elements rather than Char elements.
 
A text element is essentially a single character of a string. However, special text elements called Surrogates and Combining characters, which actually comprise more than one character.
 Syntax
Constructor Create ;
 Methods
GetNextTextElement  Returns a Text element from the given String
GetTextElementEnumerator  Returns an enumerator for the Text elements of the given String


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