System::UriShim::EscapeAsciiChar method

UriShim::EscapeAsciiChar method

文字をエスケープされた十六進形式に変換します。

static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
パラメーター説明
chchar16_t変換する文字。
toconst System::ArrayPtr<char16_t>&出力バッファ。
posint32_t&出力バッファ内の位置; エンコード後に進められます。

参照