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

Base64Encode

Scoped name

WSYBASE/StringFunctions.WebServer.Base64Encode

WSYBASE/StringFunctions.Server.Base64Encode

Interface

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

Description

Base64 encode a string.

Examples