다음을 통해 공유


Char 멤버

유니코드 문자를 나타냅니다.

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

Public 필드

  이름 설명
Public field Static Supported by the .NET Compact Framework MaxValue Char의 최대값을 나타냅니다. 이 필드는 상수입니다.
Public field Static Supported by the .NET Compact Framework MinValue Char의 가능한 가장 작은 값을 나타냅니다. 이 필드는 상수입니다.

위쪽

Public 메서드

  이름 설명
Public method Supported by the .NET Compact Framework CompareTo 오버로드되었습니다. 이 인스턴스를 지정된 개체나 값 형식과 비교하여 상대 값의 표시를 반환합니다.
Public method Static ConvertFromUtf32 지정한 유니코드 코드 포인트를 UTF-16으로 인코딩된 문자열로 변환합니다.
Public method Static ConvertToUtf32 오버로드되었습니다. UTF-16으로 인코딩된 서로게이트 쌍의 값을 유니코드 코드 포인트로 변환합니다.
Public method Supported by the .NET Compact Framework Equals 오버로드되었습니다.  
Public method Supported by the .NET Compact Framework GetHashCode 재정의되었습니다. 해당 인스턴스에 대한 해시 코드를 반환합니다.
Public method Static Supported by the .NET Compact Framework GetNumericValue 오버로드되었습니다. 숫자 형식의 유니코드 문자를 배정밀도 부동 소수점 숫자로 변환합니다.
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetTypeCode Char 값 형식에 대한 TypeCode를 반환합니다.
Public method Static Supported by the .NET Compact Framework GetUnicodeCategory 오버로드되었습니다. 유니코드 문자를 UnicodeCategory 값 중 하나로 식별되는 그룹으로 분류합니다.
Public method Static Supported by the .NET Compact Framework IsControl 오버로드되었습니다. 유니코드 문자가 제어 문자인지 여부를 나타냅니다.
Public method Static Supported by the .NET Compact Framework IsDigit 오버로드되었습니다. 유니코드 문자가 10진수인지 여부를 나타냅니다.
Public method Static IsHighSurrogate 오버로드되었습니다. 지정한 Char 개체가 high surrogate인지 여부를 나타냅니다.
Public method Static Supported by the .NET Compact Framework IsLetter 오버로드되었습니다. 유니코드 문자가 자모인지 여부를 나타냅니다.
Public method Static Supported by the .NET Compact Framework IsLetterOrDigit 오버로드되었습니다. 유니코드 문자가 자모인지 아니면 10진수인지 여부를 나타냅니다.
Public method Static Supported by the .NET Compact Framework IsLower 오버로드되었습니다. 유니코드 문자가 소문자 자모인지 여부를 나타냅니다.
Public method Static IsLowSurrogate 오버로드되었습니다. 지정한 Char 개체가 low surrogate인지 여부를 나타냅니다.
Public method Static Supported by the .NET Compact Framework IsNumber 오버로드되었습니다. 유니코드 문자가 숫자인지 여부를 나타냅니다.
Public method Static Supported by the .NET Compact Framework IsPunctuation 오버로드되었습니다. 유니코드 문자가 문장 부호인지 여부를 나타냅니다.
Public method Static Supported by the .NET Compact Framework IsSeparator 오버로드되었습니다. 유니코드 문자가 구분 문자인지 여부를 나타냅니다.
Public method Static Supported by the .NET Compact Framework IsSurrogate 오버로드되었습니다. 유니코드 문자가 대리 문자인지 여부를 나타냅니다.
Public method Static Supported by the .NET Compact Framework IsSurrogatePair 오버로드되었습니다. 지정한 두 개의 Char 개체가 서로게이트 쌍을 형성하는지 여부를 나타냅니다.
Public method Static Supported by the .NET Compact Framework IsSymbol 오버로드되었습니다. 유니코드 문자가 기호 문자인지 여부를 나타냅니다.
Public method Static Supported by the .NET Compact Framework IsUpper 오버로드되었습니다. 유니코드 자모가 대문자인지 여부를 나타냅니다.
Public method Static Supported by the .NET Compact Framework IsWhiteSpace 오버로드되었습니다. 유니코드 문자가 공백인지 여부를 나타냅니다.
Public method Static Parse 지정된 문자열의 값을 해당하는 유니코드 문자로 변환합니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Static Supported by the .NET Compact Framework ToLower 오버로드되었습니다. 유니코드 문자를 해당하는 소문자로 변환합니다.
Public method Static ToLowerInvariant 고정 culture의 대/소문자 규칙을 사용하여 유니코드 문자의 값을 해당하는 소문자로 변환합니다.
Public method Supported by the .NET Compact Framework ToString 오버로드되었습니다. 재정의되었습니다. 이 인스턴스의 값을 해당하는 문자열 표현으로 변환합니다.
Public method Static Supported by the .NET Compact Framework ToUpper 오버로드되었습니다. 유니코드 문자를 해당하는 대문자로 변환합니다.
Public method Static ToUpperInvariant 고정 culture의 대/소문자 규칙을 사용하여 유니코드 문자의 값을 해당하는 대문자로 변환합니다.
Public method Static TryParse 지정된 문자열의 값을 해당하는 유니코드 문자로 변환합니다. 반환 코드는 변환이 성공했는지 아니면 실패했는지를 나타냅니다.

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToBoolean 참고 이 변환은 지원되지 않습니다. 그렇게 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToByte 현재 Char 개체의 값을 8비트의 부호 없는 정수로 변환합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToChar 현재 Char 개체를 반환합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToDateTime 참고 이 변환은 지원되지 않습니다. 그렇게 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToDecimal 참고 이 변환은 지원되지 않습니다. 그렇게 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToDouble 참고 이 변환은 지원되지 않습니다. 그렇게 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToInt16 현재 Char 개체의 값을 16비트의 부호 있는 정수로 변환합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToInt32 현재 Char 개체의 값을 32비트의 부호 있는 정수로 변환합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToInt64 현재 Char 개체의 값을 64비트의 부호 있는 정수로 변환합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToSByte 현재 Char 개체의 값을 8비트의 부호 있는 정수로 변환합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToSingle 참고 이 변환은 지원되지 않습니다. 그렇게 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToType 현재 Char 개체의 값을 지정한 IFormatProvider 개체를 사용하여 지정한 형식의 개체로 변환합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToUInt16 현재 Char 개체의 값을 16비트의 부호 없는 정수로 변환합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToUInt32 현재 Char 개체의 값을 32비트의 부호 없는 정수로 변환합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToUInt64 현재 Char 개체의 값을 64비트의 부호 없는 정수로 변환합니다.

위쪽

참고 항목

참조

Char 구조체
System 네임스페이스
IComparable
IConvertible
String