Hello,
I will start working on a project where we have to parse a string and store the words and the number of times each word appears.
I know you can use the Split function to split a string into words and then Id have to savethe words and keep a track of how many times each one appears.
Does .NET already have a way to do this?
Thank you,
Burak
I will start working on a project where we have to parse a string and store the words and the number of times each word appears.
I know you can use the Split function to split a string into words and then Id have to savethe words and keep a track of how many times each one appears.
Does .NET already have a way to do this?
Thank you,
Burak