Atom.NET documentation

Utils.Base64Decode Method (String)

Base64-decodes the given String.

[Visual Basic]
Overloads Public Shared Function Base64Decode( _
   ByVal text As String _
) As Byte()
[C#]
public static byte[] Base64Decode(
   string text
);

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