HashString(string,int,int,bool) function

 
Microsoft Office Live Communications Server 2005 with SP1

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.

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.