System::Globalization::IdnMapping 클래스
내용물
[
숨다
]IdnMapping class
IdnMapping used to map names to Punycode. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class IdnMapping : public System::Object
메서드
| 메서드 | 설명 |
|---|---|
| Equals(SharedPtr<Object>) override | IdnMapping 객체 두 개를 비교합니다. |
| get_AllowUnassigned() const | 작업에 사용된 할당되지 않은 코드 포인트가 있는지 여부를 나타내는 플래그를 가져옵니다. |
| get_UseStd3AsciiRules() const | 작업에 사용된 표준 명명 규칙이 있는지 여부를 나타내는 플래그를 가져옵니다. |
| GetAscii(const String&) const | Convert 유니코드 도메인 이름을 ASCII 등가물로 변환합니다. |
| GetAscii(const String&, int) const | Convert 유니코드 도메인 이름을 ASCII 등가물로 변환합니다. |
| GetAscii(const String&, int, int) const | Convert 유니코드 도메인 이름을 ASCII 등가물로 변환합니다. |
| GetHashCode() const override | 현재 IdnMapping 객체의 해시 코드를 가져옵니다. |
| GetUnicode(const String&) const | Convert ASCII 도메인 이름을 유니코드 등가물로 변환합니다. |
| GetUnicode(const String&, int) const | Convert ASCII 도메인 이름을 유니코드 등가물로 변환합니다. |
| GetUnicode(const String&, int, int) const | Convert ASCII 도메인 이름을 유니코드 등가물로 변환합니다. |
| IdnMapping() | RTTI 정보. |
| IdnMapping(const IdnMapping&) | |
| operator=(const IdnMapping&) | |
| set_AllowUnassigned(bool) | 작업에 사용되는 할당되지 않은 코드 포인트가 있는지 나타내는 플래그를 설정합니다. |
| set_UseStd3AsciiRules(bool) | 작업에 표준 명명 규칙이 사용되는지 나타내는 플래그를 설정합니다. |
또 보기
- Class Object
- Namespace System::Globalization
- Library Aspose.Page for C++