Get String From Unicode Bytes
- 10 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Get String From Unicode Bytes
- Updated on 10 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 | 7.12.0 |
Location | Data > Text |
The Get String From Unicode Bytes converts a List of Unicode Bytes into a single String Output. The step receives this List via the Bytes Input in the steps Properties tab.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Bytes | List of Bytes to get the string from. | List of Byte |
Outputs
Property | Description | Data Type |
---|---|---|
GetStringFromUnicodeBytes1_Output | The string that was retrieved from the List of Bytes as input. | String |
Was this article helpful?