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

DecodeSoundexInt

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

Declaration

Source position: strutils.pp line 121

function DecodeSoundexInt(

  AValue: Integer

):string;

Arguments

AValue

  

Integer soundex value.

Function result

Soundex code corresponding to the integer value.

Description

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

Errors

None.

See also

SoundexInt

  

Soundex value as an integer.

DecodeSoundexWord

  

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

Soundex

  

Compute the soundex of a string


Documentation generated on: Nov 14 2015