Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > HelperFunctions > Routines

CalculateHash(String) Method

Scroll Prev Top Next More

Calculates a hash code for the string.

noteNote

This may produce identical keys for strings 16 characters and longer even though the input strings are unique, but is faster for large strings. If you want to ensure unique hashes for long string, use the overloaded CalculateHash function with Skip = 1

Namespace: HelperFunctions

Parameters

AString

Type: String

Return Value

Type: Cardinal

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb