Afficher : Delphi C++
Préférences d'affichage

System.StrUtils.DecodeSoundexWord

De XE2 API Documentation

Delphi

function DecodeSoundexWord(AValue: Word): string;

C++

extern PACKAGE System::UnicodeString __fastcall DecodeSoundexWord(System::Word 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 Word d'un codage Soundex dans la chaîne phonétique correspondante.

Appelez DecodeSoundexWord pour convertir la représentation sur 16 bits non signée d'une chaîne renvoyée par la fonction SoundexWord 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

Versions précédentes
Traductions