Convert Base 64 String To Bytes
- 10 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Convert Base 64 String To 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 | 5.0.0 |
Location | Data > Text |
The Convert Base 64 String to Bytes converts the Base 64 String into a byte array.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Base 64 String | Base 64 String to convert | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | Outputs a list of bytes | List of Byte |
Related Information
Forum Posts:
Expose FileData (Base64) Through API GET Call
Was this article helpful?