Smithy Kotlin
Toggle table of contents
1.5.6
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.text.encoding
/
encodeBase64String
encode
Base64String
common
fun
ByteArray
.
encodeBase64String
(
)
:
String
Encode
ByteArray
in base64 format and UTF-8 character encoding as a
String
.