Get String From Bytes With Encoding
- Updated on Nov 30, 2022
- Published on Nov 30, 2022
Prev Next Step Details |
| Introduced in Version | 4.0.0 |
| Last Modified in Version | 5.0.0 |
| Location | Data > Text |
The Get String From Bytes With Encoding helps to extract string by providing a list of bytes and encoding type.
Properties
Inputs
| Property | Description | Data Type |
|---|
| Bytes | List of Bytes to convert | List of Byte |
| Encoding Name | Encoding name type (e.g. utf-8, utf-16, ascii) | String |
Outputs
| Property | Description | Data Type |
|---|
| Output | Converted String | String |

Was this article helpful?