base64

actual open fun base64(): String
expect fun base64(): String

Returns this byte string encoded as Base64. In violation of the RFC, the returned string does not wrap lines at 76 columns.

actual open fun base64(): String
actual open fun base64(): String