Debase - Function SummarySummary:Converts a string from a different base representation to binary. Usage:debase value Arguments:value - The string to convert (must be: any-string) Refinements:/base - Allow a selection of a different base for conversion base-value - The base to convert from: 64, 16, or 2 Description:Converts from an encoded string to the binary value. Primarily used for BASE-64 decoding. The /BASE refinement allows selection of number base as 64, 16, 2. Default is base64.
If the input value cannot be decoded (such as when missing the proper number of characters), a NONE is returned.
Related:dehex - Converts URL-style hex encoded (%xx) strings.
| ||||||||
|