Encode Text
Encodes a given text
This activity encodes a given text, based on a user-specified encoding method.
Input
Text:
String Argument
Required
Specifies a text that is to be encoded using a specific encoding method.
Output
Encoded Text:
String Variable
Stores the encoded data of the user-specified input text in the specified String variable.
Last updated