isBase64Encoded

protected fun isBase64Encoded(value: String): Boolean

Check if a string is Base64 encoded.

Return

True if the string is Base64 encoded, false otherwise.

Parameters

value

The string to check.