StringExtensions.ToMd5Hash Method
From CSharp Extensions
A Sandcastle Documented Class Library
| StringExtensionsToMd5Hash Method |
Computes a md5 hash value for each character and converts them to hexadecimal values.
Namespace: CSharpExtensions
Assembly: CSharpExtensions (in CSharpExtensions.dll) Version: 1.0.0.0 (1.0.0.0)
public static string ToMd5Hash( this string input )
<ExtensionAttribute> Public Shared Function ToMd5Hash ( input As String ) As String
public: [ExtensionAttribute] static String^ ToMd5Hash( String^ input )
[<ExtensionAttribute>] static member ToMd5Hash : input : string -> string
Parameters
- input
- Type: SystemString
String to be converted.
Return Value
Type: StringA sequence of hexadecimal values.