System::Uri::EscapeUriString メソッド
Uri::EscapeUriString method
URI 文字列をエスケープ表現に変換します。
static String System::Uri::EscapeUriString(const String &stringToEscape)
| パラメーター | 型 | 説明 |
|---|---|---|
| stringToEscape | const String& | エスケープする文字列 |
ReturnValue
stringToEscape のエスケープされた表現を含む String
参照
- Class String
- Class Uri
- Namespace System
- Library Aspose.Page for C++