Get Bytes From String With Encoding
- Updated on Nov 30, 2022
- Published on Nov 30, 2022
Prev Next 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?