Http_DecodeURL
Converts text from URL friendly text to a string.
Syntax
C++
Python
def Http_DecodeURL( inEncoded: str, / ) -> outDecoded: str
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inEncoded | str | Percent encoded string. | |
![]() |
outDecoded | str | Decoded string. |


