%dw 2.0
import * from dw::core::Binaries
output application/octet-stream
---
fromBase64(payload)
fromBase64
fromBase64(base64String: String): Binary
Transforms a Base64 string into a binary value.
fromBase64
fromBase64
You're viewing an older version of the documentation. You can switch to the latest version or use the version selector in the left navigation.
Transforms a Base64 string into a binary value.