Return a list of words expanded from a word.
Namespace:
Karamasoft.WebControls.UltimateSpellAssembly: UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014
Syntax
| C# |
|---|
public string[] Expand( string word ) |
| Visual Basic (Declaration) |
|---|
Public Function Expand ( _ word As String _ ) As String() |
| Visual C++ |
|---|
public: array<String^>^ Expand( String^ word ) |
Parameters
- word
- Type: System..::.String