Note: This API is now obsolete.
Computes the MD5 hash value for the specified string.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntax[ObsoleteAttribute("Obsolete since 11 SP7. The method will be removed from future releases of IOM. Please use Innovator.ScalcMD5(string) instead",
true)]
public string calcMD5(
string val
)
<ObsoleteAttribute("Obsolete since 11 SP7. The method will be removed from future releases of IOM. Please use Innovator.ScalcMD5(string) instead",
true)>
Public Function calcMD5 (
val As String
) As String
/** @attribute ObsoleteAttribute("Obsolete since 11 SP7. The method will be removed from future releases of IOM. Please use Innovator.ScalcMD5(string) instead",
true) */
public String calcMD5(
String val
)
public function calcMD5(
val : String
) : String
Parameters
- val
- Type: SystemString
Return Value
Type:
StringMD5 hash value.
See Also