ktools
Toggle table of contents
v0.2.0-37-g285a36d
commonMain
Platform filter
commonMain
Switch theme
Search in API
ktools
ktools
/
dev.sriniketh
/
decodeFromBase64
decode
From
Base64
commonMain
fun
decodeFromBase64
(
encodedContent
:
String
)
:
String
?
(
source
)
Decodes given base64 encoded content.
Return
Decoded string.
Parameters
encoded
Content
Content to be decoded.