System.StrUtils.DecodeSoundexWord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DecodeSoundexWord(AValue: Word): string;

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

Description

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

Call DecodeSoundexWord to convert the unsigned 16-bit representation of a string returned by the SoundexWord 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.

See Also