Get UTF 8 Bytes From String
- 10 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Get UTF 8 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 |
Get UTF 8 Bytes From String encodes the user-input String value into a List of UTF8 Bytes. This input is received via the Str Input in the Properties tab. This step is commonly used with Message Queues.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Str | String to get bytes from. | String |
Outputs
Property | Description | Data Type |
---|---|---|
GetUTF8BytesFromString1_Output | List of Bytes that was retrieved from the String as input. | List of Byte |
Was this article helpful?