Base64

Binary content represented as Base64 encoded string.

Constructors

Link copied to clipboard
constructor(base64: String)

Properties

Link copied to clipboard

Functions

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

Base64 representation of the binary content

Link copied to clipboard
open override fun asBytes(): ByteArray

Decodes the Base64 encoded string to its corresponding byte array.

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