System.StrUtils.DecodeSoundexInt

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function DecodeSoundexInt(AValue: Integer): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall DecodeSoundexInt(int AValue);

プロパティ

種類 可視性 ソース ユニット
function public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

説明

コード化された Soundex を整数で表現したものを,対応する音声文字列に変換します。

DecodeSoundexInt 関数を呼び出すと,SoundexInt 関数によって返された文字列を整数で表現したものを,Soundex 文字列に変換できます。

文字列を Soundex で表現すると,Soundex で表現した各文字が類似する音素のファミリーを表す,音声エンコード文字列になります。

関連項目