Converters
0min
The Converter folder contains utility actions:
1. FromBase64 ➜ Decodes a base64 string.
2. ToBase64 ➜ Encodes a string to base64.
3. ToString ➜ Convert any object to a string.
4. Json To Xml ➜ Convert JSON to XML.
4. Xml To Json ➜ Convert XML to JSON.
4. Encrypt to AES256 ➜ Encrypt a string using AES256.
4. ecrypt from AES256 ➜ Decrypt a string encrypted using AES256.