> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/string-functions/base64-decode.md).

# Base64 Decode

Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - Base64 Decode

This Function decodes a specified string from base 64.

### Parameters

* **Value** <*string*> - The string to decode.

### **Examples**

* *Example 1*

Base64Decode("S2FsaXBzbw==")\
**Result** = Kalipso

* *Example 2*

Base64Decode("RW5jb2Rl")\
**Result** = Encode

* *Example 3*

Base64Decode("VGV4dA==")\
**Result** = Text
