Skip to main content

builtin_base64dec

Function builtin_base64dec 

Source
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