SoundexInt
Soundex value as an integer.
Declaration
Source position: strutils.pp line 145
  function SoundexInt(const AText: string; ALength: TSoundexIntLength)
                      : Integer;
  function SoundexInt(const AText: string) : Integer;
Description
SoundexInt computes the Soundex code (with length ALength, default 4) of AText, and converts the code to an integer value.
Errors
None.
See also
| Name | Description | 
|---|---|
| Soundex | Compute the soundex of a string | 
| SoundexCompare | Compare soundex values of 2 strings. | 
| SoundexProc | Default AnsiResemblesText implementation. | 
| SoundexSimilar | Check whether 2 strings have equal soundex values | 
| SoundexWord | Calculate a word-sized soundex value |