Home Search

DriveWorks Pro 21
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.

This function relates to the Send HTTP Request task.