BinaryDecode
Encodes binary data to a string with the specified algorithm
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The string to decode that has binary encoded data | |
|
|
| The encoding type to use for decoding the binary data. Valid values are: Hex, UU, Base64, Base64Url |
Examples
Related
Last updated