System.StrUtils.DecodeSoundexInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DecodeSoundexInt(AValue: Integer): string;

C++

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

Properties

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

Description

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

Call DecodeSoundexInt to convert the integer representation of a string returned by the SoundexInt 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