System::Globalization::IdnMapping::GetAscii 方法
内容
[
隐藏
]IdnMapping::GetAscii(const String&) const method
Convert unicode domain name to ascii equivalent.
String System::Globalization::IdnMapping::GetAscii(const String &unicode) const
| 参数 | 类型 | 描述 |
|---|---|---|
| unicode | const String& | String 用于转换。 |
ReturnValue
Unicode 字符串的 ASCII 等价形式。
另见
- Class String
- Class IdnMapping
- Namespace System::Globalization
- Library Aspose.Font for C++
IdnMapping::GetAscii(const String&, int) const method
Convert unicode domain name to ascii equivalent.
String System::Globalization::IdnMapping::GetAscii(const String &unicode, int index) const
| 参数 | 类型 | 描述 |
|---|---|---|
| unicode | const String& | String 用于转换。 |
| 索引 | int | 要转换的子字符串的起始索引 |
ReturnValue
Unicode 字符串的 ASCII 等价形式。
另见
- Class String
- Class IdnMapping
- Namespace System::Globalization
- Library Aspose.Font for C++
IdnMapping::GetAscii(const String&, int, int) const method
Convert unicode domain name to ascii equivalent.
String System::Globalization::IdnMapping::GetAscii(const String &unicode, int index, int count) const
| 参数 | 类型 | 描述 |
|---|---|---|
| unicode | const String& | String 用于转换。 |
| 索引 | int | 要转换的子字符串的起始索引 |
| count | int | 要转换的字符数。 |
ReturnValue
Unicode 字符串的 ASCII 等价形式。
另见
- Class String
- Class IdnMapping
- Namespace System::Globalization
- Library Aspose.Font for C++