MD5HelperMD5 Method (String) |
MD5 encodes the passed string
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string MD5(
string input
)
Public Shared Function MD5 (
input As String
) As String
public:
static String^ MD5(
String^ input
)
static member MD5 :
input : string -> string
Parameters
- input
- Type: SystemString
The string to encode.
Return Value
Type:
StringAn encoded string.
See Also