Get Unicode Bytes From String
- 10 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Get Unicode Bytes From String
- 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 Unicode Bytes From String step converts a provided String into a List of Unicode Byte data. The String is received via the Str Input in the step Properties. This is a serialization step as it converts an object into a storable String of Bytes.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Str | String to get bytes from. | String |
Outputs
Property | Description | Data Type |
---|---|---|
GetUnicodeBytesFromString1_Output | List of Bytes that was retrieved from the String as input. | List of Byte |
Was this article helpful?