Decode a string from base64 (Which contains only numbers, uppercase, lowercase, forward slash, plus and equal signs) Found at: http://www.webtoolkit.info/ http://www.webtoolkit.info/javascript-base64.html#.VO3gzjSG9AY
a base64 string
The base64 decoded as its original string
Encode a string to base64 (Which contains only numbers, uppercase, lowercase, forward slash, plus and equal signs) Found at: http://www.webtoolkit.info/ http://www.webtoolkit.info/javascript-base64.html#.VO3gzjSG9AY
The input string to be converted
The input string as base 64
Generated using TypeDoc
The most common conversion utilities to convert the data from a simple type to another one.
To convert complex classes or structures, use SerializationUtils class.