GetAscii()
Contents
[
Hide
]IdnMapping::GetAscii(const String&) const method
Convert unicode domain name to ascii equivalent.
String System::Globalization::IdnMapping::GetAscii(const String &unicode) const
Arguments
Parameter | Type | Description |
---|---|---|
unicode | const String& | String to convert. |
Return Value
Ascii equivalent of unicode string.
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
Arguments
Parameter | Type | Description |
---|---|---|
unicode | const String& | String to convert. |
index | int | Start index of the substring to convert |
Return Value
Ascii equivalent of unicode string.
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
Arguments
Parameter | Type | Description |
---|---|---|
unicode | const String& | String to convert. |
index | int | Start index of the substring to convert |
count | int | Number of characters to convert. |
Return Value
Ascii equivalent of unicode string.
See Also
- Class String
- Class IdnMapping
- Namespace System::Globalization
- Library Aspose.Slides