Skip to main content
A newer version of this page is available. .

SuggestionCollection.ToStringArray() Method

Converts a SuggestionCollection to an array of strings.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v20.2.Core.dll

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public string[] ToStringArray()

Returns

Type Description
String[]

An array of strings in which each element is a suggested word.

See Also