System::UriShim::EscapeAsciiChar method
UriShim::EscapeAsciiChar method
文字をエスケープされた十六進形式に変換します。
static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
| パラメーター | 型 | 説明 |
|---|---|---|
| ch | char16_t | 変換する文字。 |
| to | const System::ArrayPtr<char16_t>& | 出力バッファ。 |
| pos | int32_t& | 出力バッファ内の位置; エンコード後に進められます。 |
参照
- Typedef ArrayPtr
- Class UriShim
- Namespace System
- Library Aspose.Page for C++