In This Topic
Function Name
|
Text Decode |
Category
|
String |
Icon
|
|
Description
|
Decodes binary data into a string using an encoding (i.e. utf-8) |
Inputs
|
Data |
The binary data that represents the encoded string. |
|
Outputs
|
|
Properties
|
Encoding |
The encoding used to convert the binary data to a string |
|
Usage
Decodes a string from its binary representation, typically used with binary data read from a data source or data obtained from Base64 Decode and Hex Decode.
This is a scalar function so the standard rules apply if multiple values are presented to one or more inputs.