CheckSum..::..Generate Method
Overload List
| Name | Description | |
|---|---|---|
|
|
Generate(String) |
Generates a cryptographic hash for a given string using the MD5 algorithm. This method is designed
to convert the input text into a hash value represented as an integer. If the input string is null
or empty, 0 will be returned.
|
|
|
Generate(String, HashMethod) |
Generates a cryptographic hash for a given string using a specified hashing algorithm. If the input string is null, 0 will be returned.
|

