System::Globalization::CharUnicodeInfo class
CharUnicodeInfo class
유니코드 문자에 대한 정보를 가져옵니다.
class CharUnicodeInfo
메서드
| 메서드 | 설명 |
|---|---|
| static GetDecimalDigitValue(char16_t) | 지정된 문자의 십진수 자리값을 가져옵니다. |
| static GetDecimalDigitValue(const String&, int) | 문자열에서 지정된 인덱스에 있는 문자의 십진수 자리값을 가져옵니다. |
| static GetDigitValue(char16_t) | 지정된 문자의 숫자 값을 가져옵니다. |
| static GetDigitValue(const String&, int) | 지정된 문자열 인덱스에 있는 문자에 대한 숫자 값을 가져옵니다. |
| static GetNumericValue(char16_t) | 지정된 문자와 연결된 숫자 값을 가져옵니다. |
| static GetNumericValue(const String&, int) | 지정된 문자열 인덱스에 있는 문자와 연결된 숫자 값을 가져옵니다. |
| static GetUnicodeCategory(char16_t) | 문자의 유니코드 범주를 가져옵니다. |
| static GetUnicodeCategory(const String&, int) | 지정된 문자열 인덱스에 있는 문자의 유니코드 범주를 가져옵니다. |
또 보기
- Namespace System::Globalization
- Library Aspose.Page for C++