فئة 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&) constConvert اسم النطاق Unicode إلى ما يعادله في ASCII.
GetAscii(const String&, int) constConvert اسم النطاق Unicode إلى ما يعادله في ASCII.
GetAscii(const String&, int, int) constConvert اسم النطاق Unicode إلى ما يعادله في ASCII.
GetHashCode() const overrideيحصل على قيمة التجزئة لكائن IdnMapping الحالي.
GetUnicode(const String&) constConvert اسم النطاق ASCII إلى ما يعادله في Unicode.
GetUnicode(const String&, int) constConvert اسم النطاق ASCII إلى ما يعادله في Unicode.
GetUnicode(const String&, int, int) constConvert اسم النطاق ASCII إلى ما يعادله في Unicode.
IdnMapping()معلومات RTTI.
IdnMapping(const IdnMapping&)
operator=(const IdnMapping&)
set_AllowUnassigned(bool)يضبط العلامة التي تشير إلى ما إذا تم استخدام نقاط الشيفرة غير المعينة في العمليات.
set_UseStd3AsciiRules(bool)يضبط العلامة التي تشير إلى ما إذا تم استخدام تسميات قياسية في العمليات.

انظر أيضًا