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

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119