LumiSoft Mail Server User API
Base64de Method (text)
Namespaces > LumiSoft.Net.AUTH > AuthHelper > Base64de(String)
Decodes specified base64 string.
Syntax
C#Visual BasicManaged C++
public static string Base64de (
	string text
)
Public Shared Function Base64de ( _
	text As String _
) As String
public:
static String^ Base64de (
	String^ text
)
Parameters
text (String)
Base64 string to decode.
Return Value
Returns decoded string.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)