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