System::Globalization::IdnMapping klasse

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

Methoden

MethodeBeschrijving
Equals(SharedPtr<Object>) overrideVergelijkt twee IdnMapping objecten.
get_AllowUnassigned() constHaalt de vlag op die aangeeft of niet‑toegewezen codepunten worden gebruikt in bewerkingen.
get_UseStd3AsciiRules() constHaalt de vlag op die aangeeft of standaardnaamgevingsconventies worden gebruikt in bewerkingen.
GetAscii(const String&) constConvert unicode-domeinnaam naar ascii‑equivalent.
GetAscii(const String&, int) constConvert unicode-domeinnaam naar ascii‑equivalent.
GetAscii(const String&, int, int) constConvert unicode-domeinnaam naar ascii‑equivalent.
GetHashCode() const overrideHaalt de hashcode op voor het huidige IdnMapping object.
GetUnicode(const String&) constConvert ascii-domeinnaam naar unicode‑equivalent.
GetUnicode(const String&, int) constConvert ascii-domeinnaam naar unicode‑equivalent.
GetUnicode(const String&, int, int) constConvert ascii-domeinnaam naar unicode‑equivalent.
IdnMapping()RTTI-informatie.
IdnMapping(const IdnMapping&)
operator=(const IdnMapping&)
set_AllowUnassigned(bool)Stelt vlag in die aangeeft of niet-toegewezen codepunten worden gebruikt in bewerkingen.
set_UseStd3AsciiRules(bool)Stelt vlag in die aangeeft of standaard naamgevingsconventies worden gebruikt in bewerkingen.

Zie ook