다음을 통해 공유


TextInfo 멤버

대/소문자 구분 같이 쓰기 시스템과 관련된 속성과 동작을 정의합니다.

다음 표에서는 TextInfo 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework ANSICodePage 현재 TextInfo가 나타내는 쓰기 시스템에서 사용하는 ANSI(American National Standards Institute) 코드 페이지를 가져옵니다.
Public property Supported by the .NET Compact Framework CultureName 현재 TextInfo 개체와 연결된 culture의 이름을 가져옵니다.
Public property EBCDICCodePage 현재 TextInfo가 나타내는 쓰기 시스템에서 사용하는 EBCDIC(Extended Binary Coded Decimal Interchange Code) 코드 페이지를 가져옵니다.
Public property Supported by the .NET Compact Framework IsReadOnly 현재 TextInfo 개체가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.
Public property IsRightToLeft 현재 TextInfo 개체가 텍스트를 오른쪽에서 왼쪽으로 쓰는 쓰기 시스템을 나타내는지 여부를 가리키는 값을 가져옵니다.
Public property LCID 현재 TextInfo 개체와 연결된 culture의 culture 식별자를 가져옵니다.
Public property Supported by the .NET Compact Framework ListSeparator 목록에 있는 항목을 구분하는 문자열을 가져오거나 설정합니다.
Public property MacCodePage 현재 TextInfo가 나타내는 쓰기 시스템에서 사용하는 Macintosh 코드 페이지를 가져옵니다.
Public property OEMCodePage 현재 TextInfo가 나타내는 쓰기 시스템에서 사용하는 OEM(주문자 상표 부착 방식) 코드 페이지입니다.

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Clone 현재 TextInfo 개체의 복사본인 새 개체를 만듭니다.
Public method Supported by the .NET Compact Framework Equals 오버로드되었습니다. 재정의되었습니다. 지정된 개체가 현재 TextInfo 개체와 같은 쓰기 시스템을 나타내는지 여부를 확인합니다.
Public method Supported by the .NET Compact Framework GetHashCode 재정의되었습니다. 해시 알고리즘과 해시 테이블 같은 데이터 구조에 적합한 현재 TextInfo에 대한 해시 함수의 역할을 합니다.
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Static ReadOnly 지정된 TextInfo 개체의 읽기 전용 버전을 반환합니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework ToLower 오버로드되었습니다. 지정된 문자나 문자열을 소문자로 변환합니다.
Public method Supported by the .NET Compact Framework ToString 재정의되었습니다. 현재 TextInfo를 나타내는 문자열을 반환합니다.
Public method Supported by the .NET Compact Framework ToTitleCase 지정된 문자열을 첫 글자만 대문자로 변환합니다.
Public method Supported by the .NET Compact Framework ToUpper 오버로드되었습니다. 지정된 문자나 문자열을 대문자로 변환합니다.

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집기에서 Object를 회수하기 전에 Object가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method System.Runtime.Serialization.IDeserializationCallback.OnDeserialization deserialization이 완료되면 deserialization 이벤트를 발생시킵니다.

위쪽

참고 항목

참조

TextInfo 클래스
System.Globalization 네임스페이스
StringInfo 클래스