decodeString

abstract fun decodeString(encodedString: String): String

Decodes an encoded string.

Return

The decoded string.

Parameters

encodedString

The string to be decoded.