DecodeSoundexWord
简述
是SoundexWord函数的反函数,将表示发音的整数转成发音的字符串(SoundEx Codes)。
DecodeSoundexWord(AValue: Integer): String;
名称 | 类型 | 说明 |
---|
AValue | Integer | 整数,表示发音特征的整数 |
返回 | String |
字符串,发音特征字符串 |
testStr:= "Tinysoft SoundexInt:返回表示AText的发音的整数";
testStr:=decodesoundexWord(soundexWord(SoundEx(testStr,4)));//24206
return testStr;
//T000
SoundexWord