tuweni / org.apache.tuweni.bytes / Bytes / fromBase64String

fromBase64String

open static fun fromBase64String(str: CharSequence!): Bytes! (source)

Parse a base 64 string into a Bytes value.

Parameters

str - CharSequence!: The base 64 string to parse.

Return
Bytes!: The value corresponding to str.