SuggestionCollection.ToStringArray() Method
Converts a SuggestionCollection to an array of strings.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Returns
Type | Description |
---|---|
String[] | An array of strings in which each element is a suggested word. |
See Also