encodeBase64
Deprecated
Use `Base64.Default.encode()` from the Kotlin standard library.
Replace with
import kotlin.io.encoding.Base64
Content copied to clipboard
Base64.encode(encodeToByteArray())Content copied to clipboard
Encode String in base64 format and UTF-8 character encoding.
Deprecated
Use `Base64.Default.encode()` from the Kotlin standard library.
Replace with
import kotlin.io.encoding.Base64
Content copied to clipboard
Base64.encode(this)Content copied to clipboard
Encode ByteArray in base64 format
Deprecated
Use `Base64.Default.encode()` from the Kotlin standard library.
Replace with
import kotlin.io.encoding.Base64
Content copied to clipboard
Base64.encode(readByteArray())Content copied to clipboard
Encode ByteReadPacket in base64 format