Component: Base 64 (Storage)
From Flowcode Help
(Redirected from Component: ID a78483e1 b293 47e7 984c 55984fc93571)
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 1.0 |
Category | Storage |
Contents
Base 64 component
Component to allow base 64 encoding and decoding. Sometimes when communicating raw binary data it is useful to perform base 64 encoding to ensure that none of your data bytes trigger any escape codes or other special case conditions. Base64 converts your binary data into readable data using standard ASCII characters so you can be fairly certain that the data you send is the same as the data that is received.
Component Pack
COMMSC
Detailed description
No detailed description exists yet for this component
Examples
Here is a basic example that shows how to convert data into base64 encoded data and visa versa.
Base64 Tests
Downloadable macro reference
![]() |
Encode |
Encodes an array of bytes into a base64 encoded string | |
![]() |
BinaryData |
Raw binary data array you wish to encode | |
![]() |
ByteCount |
Number of bytes of data to encode | |
![]() |
Return |
Property reference
![]() |
Properties |