Computes md5 hash.
| C# | Visual Basic | Visual C++ | F# |
public static string ComputeMd5( string text, bool hex )
Public Shared Function ComputeMd5 ( text As String, hex As Boolean ) As String
public: static String^ ComputeMd5( String^ text, bool hex )
static member ComputeMd5 : text : string * hex : bool -> string
String
Returns md5 value or md5 hex value.
Returns md5 value or md5 hex value.
| Exception | Condition |
|---|---|
| ArgumentNullException | Is raised when text is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119