ktools
Toggle table of contents
v0.4.0-3-g54654b2
commonMain
Target filter
commonMain
Switch theme
Search in API
Skip to content
ktools
ktools
/
dev.sriniketh
/
decodeFromBase64
decode
From
Base64
fun
decodeFromBase64
(
encodedContent
:
String
)
:
String
(
source
)
Decodes given base64 encoded content.
Return
Decoded string.
Parameters
encoded
Content
Content to be decoded.
Throws
Illegal
Argument
Exception