Method Hash
Hash(string)
Gets the MD5 hash of a string.
public static string Hash(string text)
Parameters
text
stringThe string to get the MD5 hash of.
Returns
- string
The MD5 hash.
Gets the MD5 hash of a string.
public static string Hash(string text)
text
stringThe string to get the MD5 hash of.
The MD5 hash.