Encode a string into its MD5 representation in the form of a hex string.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string MD5(
string s
)
Public Shared Function MD5 (
s As String
) As String
Parameters
- s
- Type: SystemString
The string to encrypt using MD5
Return Value
Type:
StringThe encrypted string formatted as a hexadecimal MD5 string.
See Also