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++