UriShim
UriShim class
Service class.
class UriShim
Methods
Method | Description |
---|---|
static void EscapeAsciiChar(char16_t, const System::ArrayPtr<char16_t>&, int32_t&) | Converts character to escaped hex form. |
static String HexEscape(char16_t) | Converts character to escaped hex form. |
static char16_t HexUnescape(const String&, int32_t&) | Converts character from escaped hex form. |
static bool IsHexEncoding(const String&, int32_t) | Checks if given pattern is an escaped hex form. |
See Also
- Namespace System
- Library Aspose.Slides