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++