System::Globalization::IdnMapping::GetUnicode yöntemi
İçindekiler
[
Saklamak
]IdnMapping::GetUnicode(const String&) const method
Convert ascii domain name to unicode equivalent.
String System::Globalization::IdnMapping::GetUnicode(const String &ascii) const
| Parametre | Tür | Açıklama |
|---|---|---|
| ascii | const String& | String dönüştürmek için. |
ReturnValue
ASCII dizesinin unicode eşdeğeri.
Ayrıca Bakınız
- Class String
- Class IdnMapping
- Namespace System::Globalization
- Library Aspose.Font 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
| Parametre | Tür | Açıklama |
|---|---|---|
| ascii | const String& | String dönüştürmek için. |
| indeks | int | Dönüştürülecek alt dizenin başlangıç indeksi |
ReturnValue
ASCII dizesinin unicode eşdeğeri.
Ayrıca Bakınız
- Class String
- Class IdnMapping
- Namespace System::Globalization
- Library Aspose.Font 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
| Parametre | Tür | Açıklama |
|---|---|---|
| ascii | const String& | String dönüştürmek için. |
| indeks | int | Dönüştürülecek alt dizenin başlangıç indeksi |
| count | int | Dönüştürülecek karakter sayısı. |
ReturnValue
ASCII dizesinin unicode eşdeğeri.
Ayrıca Bakınız
- Class String
- Class IdnMapping
- Namespace System::Globalization
- Library Aspose.Font for C++