Skip to main content

SuggestionCollection.ToStringArray() Method

Converts a SuggestionCollection to an array of strings.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public string[] ToStringArray()

Returns

Type Description
String[]

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

See Also