swap swap

swap swap

  • NA
  • 56
  • 6k

Get word from string based on its position

Apr 19 2017 9:24 AM
Hi,
I dont want to use split function logic.
I have strin like
 
'This,is,C#,Corner,Website'
 
If i provide 2 then it must give is,
If i provide 4 then it must give corner,
If i provide 5 then it must give website, and so on.
 
How can i do this 

Answers (4)