Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1 KB

File metadata and controls

36 lines (24 loc) · 1 KB

Function: BinaryDecode

Encodes binary data to a string with the specified algorithm

Method Signature

BinaryDecode(string=[string], encoding=[string])

Arguments

Argument Type Required Description Default
string string true The string to decode that has binary encoded data
encoding string true The encoding type to use for decoding the binary data. Valid values are: Hex, UU, Base64, Base64Url

Examples

Related