//android/dev.atick.core.utils/StringDecoder/decodeString
decodeString
[androidJvm]\ abstract fun decodeString(encodedString: String): String
Decodes an encoded string.
Return
The decoded string.
Parameters
androidJvm
encodedString | The string to be decoded. |