System::Uri::EscapeUriString メソッド

Uri::EscapeUriString method

URI 文字列をエスケープ表現に変換します。

static String System::Uri::EscapeUriString(const String &stringToEscape)
パラメーター説明
stringToEscapeconst String&エスケープする文字列

ReturnValue

stringToEscape のエスケープされた表現を含む String

参照