Atom.NET documentation

Utils.Base64Encode Method (String)

Base64-encodes the given String.

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

Parameters

text
The string to encode.

Return Value

A base64-encoded string.

See Also

Utils Class | Atom.Utils Namespace | Utils.Base64Encode Overload List