decodeString

open fun decodeString(string: String): ByteArray

Decode the provided string using the encoding implemented by this encoder; return a raw ByteArray of the resulting bytes.

Return

Raw bytes decoded from string.

Parameters

string

String to decode using this adapter.