Http_EncodeURL
Converts string to URL friendly text.
Syntax
C++
Python
def Http_EncodeURL( inDecoded: str, / ) -> outEncoded: str
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inDecoded | str | String to be encoded. | |
![]() |
outEncoded | str | Percent-encoded string. |


