Get String From Bytes With Encoding
- 30 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Get String From Bytes With Encoding
- Updated on 30 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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?