Home Search

DriveWorks Solo 22
Base64Encode

Send Feedback

Base64Encode

Base64 encodes a given string.

Commonly needed when sending REST requests; especially when using OAuth authentication.

Encodes any input string into a Base64 Format.

Syntax

Base64Encode([Input Value])

Where:

Input Value is the value to encode.

Examples

RuleMeaning
Base64Encode(DWConstantXML)Will encode the given string.