![]() |
![]() |
$str.charsumReturns the sum of the character codes of the string |
Usage |
|
Description |
Returns the sum of the character codes of the parameter <string>.
The sum is suitable for implementing a simple hashing algorithm. If <bCaseInsensitive> is specified and $true then the string will be converted to lowercase first. |
Syntax Specification |
|