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

Base64Decode

Scoped name

WSYBASE/StringFunctions.WebServer.Base64Decode

WSYBASE/StringFunctions.Server.Base64Decode

Interface

Field Variable ...as Description
StringSource Input Input Field containing the base 64 encoded string to be decoded
Charset Input Input Field containing the character set used for decoding (e.g. iso-8859-1)
StringTargetLength Output Output The length of the returned string
StringTarget Output Output The decoded string returned

Description

Decode a base64 encoded string.

Examples