Docs Menu
API Developer Guide / middleware / pub / string / encodeBase64

Service: encodeBase64

This service will encode normal strings into Base64 Strings.

Input Parameter:

Name Type Description
input: String Normal String value
bytesContent: Byte Array A parameter that allows you to provide the input data as a byte array instead of a string. If both input and bytesContent are provided, bytesContent takes precedence.

Output Parameter:

Name Type Description
encoded_output: String Base64 encoded String