Base64

Binary content represented as Base64 encoded string.

Constructors

Link copied to clipboard
constructor(base64: String)

Properties

Link copied to clipboard
open override val base64: String

Base64 representation ofr the binary content

Functions

Link copied to clipboard

Decodes the Base64 encoded string to its corresponding byte array.

Link copied to clipboard
open override fun toString(): String