korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-encoding
/
korlibs.encoding
/
toBase64
to
Base64
fun
ByteArray
.
toBase64
(
url
:
Boolean
=
false
,
doPadding
:
Boolean
=
false
)
:
String
Encodes a byte array to a Base64 string with options for URL-safe encoding and padding.