Share via


HashString

The HashString function takes a string and uses the multiplier, maxValue, and caseSensitive parameters to compute a hash value.

intHashString(stringinput,
intmultiplier,
intmaxValue,
boolcaseSensitive);

Parameters

  • input
    The string to be hashed
  • multiplier
    A 32-bit integer
  • maxValue
    If maxValue is zero, the script terminates with a devide-by-zero error.
  • caseSensitive
    True or false

Return Values

Returns a hash value.