The CONVERT function converts a String or binary input to another encoding format.
(This function should be used by a user familiar with data encoding conversion.)
| Input | Data Type | Description |
|---|---|---|
| Input1 | Binary,String | The String or binary data to convert. |
| Input2 | String | Sets the Input property. (optional) |
| Input3 | String | Sets the Output property. (optional) |
| Output | Data Type | Description |
|---|---|---|
| Output1 | Binary,String | The converted String or binary data. |
| Name | Property Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Input | choice | If the input data is binary, this property specifies the input's encoding format:
|
||||||||||||||||||
| Output | choice | If the output is binary, this property defines the encoding format.
|