System.StrUtils.DecodeSoundexWord

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

Delphi

function DecodeSoundexWord(AValue: Word): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall DecodeSoundexWord(System::Word AValue);

プロパティ

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

説明

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

DecodeSoundexWord 関数を呼び出すと,SoundexWord 関数によって返された文字列を符号なしの 16 ビットで表現したものを,Soundex 文字列に変換できます。

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

関連項目