System::Globalization::IdnMapping-klass
Innehåll
[
Dölj
]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
Metoder
| Metod | Beskrivning |
|---|---|
| Equals(SharedPtr<Object>) override | Jämför två IdnMapping-objekt. |
| get_AllowUnassigned() const | Hämtar flagga som indikerar om odefinierade kodpunkter används i operationer. |
| get_UseStd3AsciiRules() const | Hämtar flagga som indikerar om standardnamngivningskonventioner används i operationer. |
| GetAscii(const String&) const | Convert unicode-domännamn till motsvarande ascii. |
| GetAscii(const String&, int) const | Convert unicode-domännamn till motsvarande ascii. |
| GetAscii(const String&, int, int) const | Convert unicode-domännamn till motsvarande ascii. |
| GetHashCode() const override | Hämtar hashkod för aktuellt IdnMapping-objekt. |
| GetUnicode(const String&) const | Convert ascii-domännamn till motsvarande unicode. |
| GetUnicode(const String&, int) const | Convert ascii-domännamn till motsvarande unicode. |
| GetUnicode(const String&, int, int) const | Convert ascii-domännamn till motsvarande unicode. |
| IdnMapping() | RTTI-information. |
| IdnMapping(const IdnMapping&) | |
| operator=(const IdnMapping&) | |
| set_AllowUnassigned(bool) | Ställer in flagga som indikerar om odefinierade kodpunkter används i operationer. |
| set_UseStd3AsciiRules(bool) | Ställer in flagga som indikerar om standardnamngivningskonventioner används i operationer. |
Se även
- Class Object
- Namespace System::Globalization
- Library Aspose.Page for C++