Example #1
0
 private string GetSoundex(string source)
 {
     return(StringEncoder.GetSoundex(source));
 }