LumiSoft Net Help
ComputeMd5 Method (text, hex)
NamespacesLumiSoft.NetCoreComputeMd5(String, Boolean)
Computes md5 hash.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Use Net_Utils.ComputeMd5 instead of it")]
public static string ComputeMd5(
	string text,
	bool hex
)
<ObsoleteAttribute("Use Net_Utils.ComputeMd5 instead of it")> _
Public Shared Function ComputeMd5 ( _
	text As String, _
	hex As Boolean _
) As String
[ObsoleteAttribute(L"Use Net_Utils.ComputeMd5 instead of it")]
public:
static String^ ComputeMd5(
	String^ text, 
	bool hex
)
Parameters
text (String)
Text to hash.
hex (Boolean)
Specifies if md5 value is returned as hex string.
Return Value
Resturns md5 value or md5 hex value.

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