Base64 encodes a given string.
Commonly needed when sending REST requests; especially when using OAuth authentication.
Encodes any input string into a Base64 Format.
Base64Encode([Input Value])
Where:
Input Value is the value to encode.
Rule | Meaning |
---|---|
Base64Encode(DWConstantXML) | Will encode the given string. |