System::Web::HttpUtility::UrlEncodeUnicodeToBytes メソッド

HttpUtility::UrlEncodeUnicodeToBytes method

URI フラグメントを Unicode でエンコードします。

static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeUnicodeToBytes(const String &str)
パラメーター説明
strconst String&エンコードする URI フラグメント。

ReturnValue

エンコードされた URI フラグメント。

参照