help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions] Reference for unit 'strutils' (#rtl)

DecodeSoundexWord

Decodes the word-sized representation of a soundex code and returns the original soundex code.

Declaration

Source position: strutils.pp line 113

function DecodeSoundexWord(

  AValue: Word

):String;

Arguments

AValue

  

Word-sized soundex value.

Function result

Soundex code corresponding to the word-sized value.

Description

DecodeSoundexWord converts the integer value AValue to a soundex string. It performs the reverse operation of the SoundexWord function. The result is the soundex string corresponding to AValue .

Errors

None.

See also

SoundexInt

  

Soundex value as an integer.

DecodeSoundexInt

  

Decodes the integer representation of a soundex code and returns the original soundex code.

Soundex

  

Compute the soundex of a string

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505