System.StrUtils.DecodeSoundexInt

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DecodeSoundexInt(AValue: Integer): string;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

Description

Convertit une représentation de type entier d'un codage Soundex dans la chaîne phonétique correspondante.

Appelez DecodeSoundexInt pour convertir la représentation de type entier d'une chaîne renvoyée par la fonction SoundexInt dans la représentation de type chaîne Soundex correspondante.

La représentation Soundex d'une chaîne est un codage phonétique dans lequel chaque caractère de la représentation Soundex identifie un groupe de phonèmes similaires.

Voir aussi