RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StrUtils.DecodeSoundexInt Function

Converts an integer representation of a Soundex encoding into the corresponding phonetic string.

Pascal
function DecodeSoundexInt(AValue: Integer): string;
C++
AnsiString DecodeSoundexInt(int AValue);

Call DecodeSoundexInt to convert the integer representation of a string returned by the SoundexInt function into the corresponding Soundex string representation. 

A Soundex representation of a string is a phonetic encoding where each character of the Soundex representation represents a family of similar phonemes. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!