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

URLEncode

Scoped name

WSYBASE/StringFunctions.WebServer.URLEncode

WSYBASE/StringFunctions.Server.URLEncode

Interface

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

Description

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

Examples