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>) overrideIdnMapping 객체 두 개를 비교합니다.
get_AllowUnassigned() const작업에 사용된 할당되지 않은 코드 포인트가 있는지 여부를 나타내는 플래그를 가져옵니다.
get_UseStd3AsciiRules() const작업에 사용된 표준 명명 규칙이 있는지 여부를 나타내는 플래그를 가져옵니다.
GetAscii(const String&) constConvert 유니코드 도메인 이름을 ASCII 등가물로 변환합니다.
GetAscii(const String&, int) constConvert 유니코드 도메인 이름을 ASCII 등가물로 변환합니다.
GetAscii(const String&, int, int) constConvert 유니코드 도메인 이름을 ASCII 등가물로 변환합니다.
GetHashCode() const override현재 IdnMapping 객체의 해시 코드를 가져옵니다.
GetUnicode(const String&) constConvert ASCII 도메인 이름을 유니코드 등가물로 변환합니다.
GetUnicode(const String&, int) constConvert ASCII 도메인 이름을 유니코드 등가물로 변환합니다.
GetUnicode(const String&, int, int) constConvert ASCII 도메인 이름을 유니코드 등가물로 변환합니다.
IdnMapping()RTTI 정보.
IdnMapping(const IdnMapping&)
operator=(const IdnMapping&)
set_AllowUnassigned(bool)작업에 사용되는 할당되지 않은 코드 포인트가 있는지 나타내는 플래그를 설정합니다.
set_UseStd3AsciiRules(bool)작업에 표준 명명 규칙이 사용되는지 나타내는 플래그를 설정합니다.

또 보기