System::Web::HttpUtility::UrlEncodeUnicodeToBytes 메서드
HttpUtility::UrlEncodeUnicodeToBytes method
URI 조각을 유니코드로 인코딩합니다.
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++