encodeBase64

fun encodeBase64(toEncode: String): String

Encodes a string to a base64 string

Return

base64 encoded string

Parameters

toEncode

string to encode

Sources

Link copied to clipboard