Package 

Class StringExtKt

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toBase64

         final static String toBase64(String $self)

        Encodes this string to Base64 using UTF-8 encoding.

      • fromBase64

         final static String fromBase64(String $self)

        Decodes this Base64-encoded string back to its original UTF-8 representation.