Get Bytes From String With Encoding
- 30 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Get Bytes From String 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 Bytes From String With Encoding step converts the Source String input to the specified Encoding Name input and outputs a list of Bytes.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Encoding Name | The desired encoding type to use (e.g. utf-8, utf-16, ascii) | String |
Source String | String to extract bytes from | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | Bytes from string | List of Byte |
Was this article helpful?