Computes the MD5 hash value for the specified string.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
[ObsoleteAttribute("The method will be removed from future releases of IOM. Please use Innovator.ScalcMD5(string) instead",
false)]
public string calcMD5(
string val
) |
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("The method will be removed from future releases of IOM. Please use Innovator.ScalcMD5(string) instead", _
False)> _
Public Function calcMD5 ( _
val As String _
) As String |
J# |
---|
/** @attribute ObsoleteAttribute("The method will be removed from future releases of IOM. Please use Innovator.ScalcMD5(string) instead", false) */
public String calcMD5(
String val
) |
JScript |
---|
public function calcMD5(
val : String
) : String |
Parameters
- val
- Type: System..::.String
Return Value
MD5 hash value.
See Also