open fun nextString(length: Int): String
Returns a Base64 mime encoded String of random data with the given length. The length parameter refers to the length of the String before the encoding step.
length - the desired string length before Base64 encoding.
Return
A base 64 encoded string.