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
Input value inEncoded str Percent encoded string.
Output value outDecoded str Decoded string.