System::Globalization::IdnMapping::GetUnicode methode
inhoud
[
verbergen
]IdnMapping::GetUnicode(const String&) const method
Convert ascii domain name to unicode equivalent.
String System::Globalization::IdnMapping::GetUnicode(const String &ascii) const
| Parameter | Type | Beschrijving |
|---|---|---|
| ascii | const String& | String om te converteren. |
ReturnValue
Unicode-equivalent van ASCII-tekenreeks.
Zie ook
- Class String
- Class IdnMapping
- Namespace System::Globalization
- Library Aspose.Page for C++
IdnMapping::GetUnicode(const String&, int) const method
Convert ascii domain name to unicode equivalent.
String System::Globalization::IdnMapping::GetUnicode(const String &ascii, int index) const
| Parameter | Type | Beschrijving |
|---|---|---|
| ascii | const String& | String om te converteren. |
| index | int | Startindex van de te converteren subreeks |
ReturnValue
Unicode-equivalent van ASCII-tekenreeks.
Zie ook
- Class String
- Class IdnMapping
- Namespace System::Globalization
- Library Aspose.Page for C++
IdnMapping::GetUnicode(const String&, int, int) const method
Convert ascii domain name to unicode equivalent.
String System::Globalization::IdnMapping::GetUnicode(const String &ascii, int index, int count) const
| Parameter | Type | Beschrijving |
|---|---|---|
| ascii | const String& | String om te converteren. |
| index | int | Startindex van de te converteren subreeks |
| count | int | Aantal tekens om te converteren. |
ReturnValue
Unicode-equivalent van ASCII-tekenreeks.
Zie ook
- Class String
- Class IdnMapping
- Namespace System::Globalization
- Library Aspose.Page for C++