System::Web::HttpUtility::UrlEncodeToBytes Methode
Inhalt
[
Ausblenden
]HttpUtility::UrlEncodeToBytes(const String&) method
Kodiert URI-Fragment.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | const String& | URI-Fragment zu kodieren. |
ReturnValue
Kodiertes URI-Fragment.
Siehe auch
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlEncodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method
Kodiert URI-Fragment.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | const String& | URI-Fragment zu kodieren. |
| e | const System::SharedPtr<Text::Encoding>& | Kodierung zu verwenden. |
ReturnValue
Kodiertes URI-Fragment.
Siehe auch
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t>&) method
Kodiert URI-Fragment.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bytes | const System::ArrayPtr<uint8_t>& | URI-Fragment zu kodieren. |
ReturnValue
Kodiertes URI-Fragment.
Siehe auch
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Kodiert URI-Fragment.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bytes | const System::ArrayPtr<uint8_t>& | URI-Fragment zu kodieren. |
| Offset | int32_t | Versatz im angegebenen Byte-Array. |
| count | int32_t | Anzahl der zu lesenden Bytes. |
ReturnValue
Kodiertes URI-Fragment.
Siehe auch
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++