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