System::Globalization::IdnMapping class
محتويات
[
يخفي
]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 اسم النطاق Unicode إلى ما يعادله ASCII. |
| GetAscii(const String&, int) const | Convert اسم النطاق Unicode إلى ما يعادله ASCII. |
| GetAscii(const String&, int, int) const | Convert اسم النطاق Unicode إلى ما يعادله ASCII. |
| GetHashCode() const override | يحصل على قيمة التجزئة لكائن IdnMapping الحالي. |
| GetUnicode(const String&) const | Convert اسم النطاق ASCII إلى ما يعادله Unicode. |
| GetUnicode(const String&, int) const | Convert اسم النطاق ASCII إلى ما يعادله Unicode. |
| GetUnicode(const String&, int, int) const | Convert اسم النطاق ASCII إلى ما يعادله Unicode. |
| IdnMapping() | معلومات RTTI. |
| IdnMapping(const IdnMapping&) | |
| operator=(const IdnMapping&) | |
| set_AllowUnassigned(bool) | يضبط العلم الذي يشير إلى ما إذا كانت نقاط الشيفرة غير المعينة تُستخدم في العمليات. |
| set_UseStd3AsciiRules(bool) | يضبط العلم الذي يشير إلى ما إذا كانت اتفاقيات التسمية القياسية تُستخدم في العمليات. |
انظر أيضًا
- Class Object
- Namespace System::Globalization
- Library Aspose.Font for C++