W3cubDocs

/Kotlin

toByteArray

inline fun String.toByteArray(
    charset: Charset = Charsets.UTF_8
): ByteArray

Platform and version requirements: JVM

Encodes the contents of this string using the specified character set and returns the resulting byte array.

© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/to-byte-array.html