Websydian v6.1 online documentationOnline documentation - Websydian v6.1

URLDecode

Scoped name

WSYBASE/StringFunctions.WebServer.URLDecode

WSYBASE/StringFunctions.Server.URLDecode

Interface

Field Variable ...as Description
StringSource Input Input The source string to be URL decoded
Charset Input Input The character set used to perform the URL decode
StringTarget Output Output The URL decoded string
StringTargetLenght Output Output The length of the returned string

Description

Perform URL decoding of a string based on the supplied character set.

Examples