This documentation is archived and is not being maintained.
TextInfo Properties
Visual Studio 2010
The TextInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
ANSICodePage | Gets the American National Standards Institute (ANSI) code page used by the writing system represented by the current TextInfo. |
|
CultureName | Gets the name of the culture associated with the current TextInfo object. |
|
EBCDICCodePage | Gets the Extended Binary Coded Decimal Interchange Code (EBCDIC) code page used by the writing system represented by the current TextInfo. |
|
IsReadOnly | Gets a value indicating whether the current TextInfo object is read-only. |
|
IsRightToLeft | Gets a value indicating whether the current TextInfo object represents a writing system where text flows from right to left. |
|
LCID | Gets the culture identifier for the culture associated with the current TextInfo object. |
|
ListSeparator | Gets or sets the string that separates items in a list. |
|
MacCodePage | Gets the Macintosh code page used by the writing system represented by the current TextInfo. |
|
OEMCodePage | Gets the original equipment manufacturer (OEM) code page used by the writing system represented by the current TextInfo. |
Show: