System::Globalization::IdnMapping class
Contents
[
Hide
]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
Methods
Method | Description |
---|---|
Equals(SharedPtr<Object>) override | Compares two IdnMapping objects. |
get_AllowUnassigned() const | Gets flag that indicates if unassigned code points used in operations. |
get_UseStd3AsciiRules() const | Gets flag that indicates if standard naming conventions used in operations. |
GetAscii(const String&) const | Convert unicode domain name to ascii equivalent. |
GetAscii(const String&, int) const | Convert unicode domain name to ascii equivalent. |
GetAscii(const String&, int, int) const | Convert unicode domain name to ascii equivalent. |
GetHashCode() const override | Gets hash code for current IdnMapping object. |
GetUnicode(const String&) const | Convert ascii domain name to unicode equivalent. |
GetUnicode(const String&, int) const | Convert ascii domain name to unicode equivalent. |
GetUnicode(const String&, int, int) const | Convert ascii domain name to unicode equivalent. |
IdnMapping() | RTTI information. |
IdnMapping(const IdnMapping&) | |
operator=(const IdnMapping&) | |
set_AllowUnassigned(bool) | Sets flag that indicates if unassigned code points used in operations. |
set_UseStd3AsciiRules(bool) | Sets flag that indicates if standard naming conventions used in operations. |
See Also
- Class Object
- Namespace System::Globalization
- Library Aspose.PUB for C++