SAPO::Utility.Url->base64Decode
This method will decode a base64 encoded string
This is static method.
Syntax
SAPO.Utility.Url.base64Decode(<string>)
Compatibility
| All browsers | Yes |
Depends
Input Parameters
- <string>
Sample
http://js.sapo.pt/SAPO/Utility/Url/sample/
Example
alert(SAPO.Utility.Url.base64Decode('c3RyaW5nIHRvIGVuY29kZQ=='));
Community feedback