fn builtin_base64dec(
args: &[RValue],
_named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Decode a base64-encoded string to a character string.
@param x base64-encoded character string @return decoded character string