Decode Text
Decodes a given encoded text.
Last updated
Decodes a given encoded text.
Last updated
This activity decodes a given encoded text based on a user-specified decoding method.
Decoding Method: Specifies the Decoding Method to be used. These are the available options.
Output Type: Specifies the output type of the activity. These are the available options.
Byte
- Generates the Decoded data in bytes.
String
- Generates the Decoded data as a string.
Encoded Text: Required
Specifies an encoded text that is to be decoded using a specific decoding method.
Result: Stores the decoded data of the user-specified encoded text in the specified variable.