StringBuilderExtensionGetPersistentHashCode Method

Overload List

GetPersistentHashCode(StringBuilder, HashType)Generates the same Int32 hash code for an identical string of characters each time the program is run.
GetPersistentHashCode(StringBuilder, Int32, HashType)Generates the same Int32 hash code for an identical string of characters each time the program is run.
GetPersistentHashCode(StringBuilder, Int32, Int32, HashType)Generates the same Int32 hash code for an identical string of characters each time the program is run.

See Also