Users Pricing

forum

home / developersection / forums / split string in c#

Split string in C#

Samuel Fernandes 4000 06 Feb 2013
Using C#, how do I split a string so I can access words as keyword

For example, take the string "Shut down problem in windows 8". How can I split the string by a space and access the words as keyword which should return "Shut","down","problem","in","windows","8".
Please help me!

Thanks

3 Answers