search the third word in string in csharp

Code Example - search the third word in string in csharp

                
                        string[] wordslist = text.Split(' ');
Console.WriteLine(wordslist[index-1]);