Click or drag to resize

EAPUtilMD5 Method

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
)

Parameters

s
Type: SystemString
The string to encrypt using MD5

Return Value

Type: String
The encrypted string formatted as a hexadecimal MD5 string.
See Also