public final class StringExtKt
final static String
toBase64(String $self)
fromBase64(String $self)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static String toBase64(String $self)
Encodes this string to Base64 using UTF-8 encoding.
final static String fromBase64(String $self)
Decodes this Base64-encoded string back to its original UTF-8 representation.