System::Web::HttpUtility::UrlEncodeUnicodeToBytes メソッド
HttpUtility::UrlEncodeUnicodeToBytes method
URI フラグメントを Unicode でエンコードします。
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeUnicodeToBytes(const String &str)
| パラメーター | 型 | 説明 |
|---|---|---|
| str | const String& | エンコードする URI フラグメント。 |
ReturnValue
エンコードされた URI フラグメント。
参照
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++