LumiSoft Mail Server User API
ComputeMd5 Method (text)
Namespaces > LumiSoft.Net > Core > ComputeMd5(String)
Computes md5 hash. Value is 32 char hex string.
Syntax
C#Visual BasicManaged C++
public static string ComputeMd5 (
	string text
)
Public Shared Function ComputeMd5 ( _
	text As String _
) As String
public:
static String^ ComputeMd5 (
	String^ text
)
Parameters
text (String)

[Missing <param> documentation for "text"]

Return Value

[Missing <returns> documentation for M:LumiSoft.Net.Core.ComputeMd5(System.String)]

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