LassoScript Utility
Basics Browse Detail

[Decode_Base64]

Tag Link [Decode_Base64] Category Encoding
Type Substitution Source Available No
Support Preferred Version 5.0
Change Unchanged Data Source Any
Output Type String Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0

Description

[Decode_Base64] decodes a string that has been encoded using Base64. Accepts one parameter, a string to be decoded.

This tag can be used to reverse the effects of the [Encode_Base64] tag.

Syntax

[Decode_Base64: 'Decoding Value']

Parameters

Required Parameters
Decoding Value The value to be decoded from Base64.

Examples

To decode a string that has been encoded using base64:

Use the [Decode_Base64] tag. The following encoded string is decoded using this tag.

[Decode_Base64: 'VGhlIHF1aWNrIGJyb3duIGZveCBqdW1wZWQgb3ZlciB0aGUgbGF6eSBkb2cu']

The quick brown fox jumped over the lazy dog.