AffixUtility.EncodeConditions Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixUtility.EncodeConditions Method 

Generates the condition character array

[Visual Basic]Public Shared Sub EncodeConditions( _
   ByVal conditionText As String, _
   ByVal entry As AffixEntry _
)
[C#]
public static void EncodeConditions(
   string conditionText,
   AffixEntry entry
);

Parameters

conditionText

the text form of the conditions

entry

The AffixEntry to add the condition array to

See Also

AffixUtility Class | NetSpell.SpellChecker.Dictionary.Affix Namespace