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&) 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)يضبط العلم الذي يشير إلى ما إذا كانت اتفاقيات التسمية القياسية تُستخدم في العمليات.

انظر أيضًا