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 オブジェクトを 2 つ比較します。 |
| get_AllowUnassigned() const | 操作で未割り当てコードポイントが使用されたかどうかを示すフラグを取得します。 |
| get_UseStd3AsciiRules() const | 操作で標準的な命名規則が使用されたかどうかを示すフラグを取得します。 |
| GetAscii(const String&) const | Convert ユニコードドメイン名を ASCII 等価に変換します。 |
| GetAscii(const String&, int) const | Convert ユニコードドメイン名を ASCII 等価に変換します。 |
| GetAscii(const String&, int, int) const | Convert ユニコードドメイン名を ASCII 等価に変換します。 |
| GetHashCode() const override | 現在の IdnMapping オブジェクトのハッシュコードを取得します。 |
| GetUnicode(const String&) const | Convert ASCII ドメイン名をユニコード等価に変換します。 |
| GetUnicode(const String&, int) const | Convert ASCII ドメイン名をユニコード等価に変換します。 |
| GetUnicode(const String&, int, int) const | Convert ASCII ドメイン名をユニコード等価に変換します。 |
| IdnMapping() | RTTI 情報。 |
| IdnMapping(const IdnMapping&) | |
| operator=(const IdnMapping&) | |
| set_AllowUnassigned(bool) | 操作で使用される未割り当てコードポイントを示すフラグを設定します。 |
| set_UseStd3AsciiRules(bool) | 操作で使用される標準的な命名規則を示すフラグを設定します。 |
参照
- Class Object
- Namespace System::Globalization
- Library Aspose.Page for C++