open static fun fromBase64String(str: CharSequence!): Bytes!
Parse a base 64 string into a Bytes value.
Bytes
str - CharSequence!: The base 64 string to parse.
str
Return Bytes!: The value corresponding to str.