PhoneticUtility.EncodeRule Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

PhoneticUtility.EncodeRule Method 

Converts the rule text in to a PhoneticRule class

[Visual Basic]Public Shared Sub EncodeRule( _
   ByVal ruleText As String, _
   ByRef rule As PhoneticRule _
)
[C#]
public static void EncodeRule(
   string ruleText,
   ref PhoneticRule rule
);

Parameters

ruleText

The text to convert

rule

The object that will hold the conversion data

See Also

PhoneticUtility Class | NetSpell.SpellChecker.Dictionary.Phonetic Namespace