Service class. More...
Static Public Member Functions | |
static ASPOSECPP_SHARED_API String | HexEscape (char16_t character) |
static ASPOSECPP_SHARED_API char16_t | HexUnescape (const String &pattern, int32_t &index) |
static ASPOSECPP_SHARED_API bool | IsHexEncoding (const String &pattern, int32_t index) |
static ASPOSECPP_SHARED_API void | EscapeAsciiChar (char16_t ch, const System::ArrayPtr< char16_t > &to, int32_t &pos) |
Service class.
|
static |
Converts character to escaped hex form.
ch | Character to convert. |
to | Output buffer. |
pos | Position in output buffer; gets advanced after encoding. |
|
static |
Converts character to escaped hex form.
character | Character to convert. |
|
static |
Converts character from escaped hex form.
pattern | String to read escaped hex form from. |
index | Offset in the given string. |
|
static |
Checks if given pattern is an escaped hex form.
pattern | String to read escaped hex form from. |
index | Offset in the given string. |