1. Home
  2. Docs
  3. Flexie CRM Methods
  4. base64decode method

base64decode method

Method

base64decode—Decodes the given data from base64.

Description

This method decodes Base64-encoded data into the original string.

Minimum number of  arguments for this method is one.

Structure of the method:

base64decode(base64value)

Parameters

base64value— is the data we want to decode from base64

Examples

In the example below, we decode a string from base64.

{% set result = base64encode('RmxleGllIENSTSBpcyB0aGUgb25lIG9mIHRoZSBiZXN0IENSTSBpbiB0aGUgbWFya2V0Lg==')%} 

//Output: Flexie CRM is the one of the best CRM in the market.

To stay updated with the latest features, news and how-to articles and videos, please join our group on Facebook, Flexie CRM Academy and subscribe to our YouTube channel Flexie CRM.

How can we help?