Utils.Base64Decode Method (String)
Base64-decodes the given String.
[Visual Basic]Overloads Public Shared Function Base64Decode( _
ByVal
text As
String _
) As
Byte() Parameters
- text
- The string to decode.
Return Value
A base64-decoded array of bytes.
See Also
Utils Class | Atom.Utils Namespace | Utils.Base64Decode Overload List