getBytesUtf8

fun getBytesUtf8(string: String): ByteArray

Get the bytes of a UTF-8 encoded java.lang.String.

Return

a byte array

Parameters