System::UriShim::HexUnescape method
UriShim::HexUnescape method
文字をエスケープされた十六進形式から変換します。
static char16_t System::UriShim::HexUnescape(const String &pattern, int32_t &index)
| パラメーター | 型 | 説明 |
|---|---|---|
| pattern | const String& | エスケープされた 16 進形式を読み取るための String。 |
| インデックス | int32_t& | 指定された文字列内のオフセット。 |
ReturnValue
デコードされた文字。
参照
- Class String
- Class UriShim
- Namespace System
- Library Aspose.Page for C++