WordDictionary.PhoneticCode Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

WordDictionary.PhoneticCode Method 

Generates a phonetic code of how the word sounds

[Visual Basic]Public Function PhoneticCode( _
   ByVal word As String _
) As String
[C#]
public string PhoneticCode(
   string word
);

Parameters

word

The word to generated the sound code from

Return Value

A code of how the word sounds

See Also

WordDictionary Class | NetSpell.SpellChecker.Dictionary Namespace