Computes md5 hash.
| C# | Visual Basic | Visual 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 )
Resturns md5 value or md5 hex value.