Computes md5 hash.
Declaration Syntax
C# | Visual Basic | Visual 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
Return Value
String
Resturns md5 value or md5 hex value.
Resturns md5 value or md5 hex value.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119