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