forum

Home / DeveloperSection / Forums / Remove duplicates from array

Remove duplicates from array

Anonymous User222416-Feb-2013

Hi Everyone!

I have been working with a string[] array in C# that gets returned from a function call. I was wondering what the best way to remove duplicates from this

array would be? I could possibly cast to a Generic collection, but I was wondering if there was a better way to do it, possibly by using a temp array?

Thanks in advance!


Updated on 18-Feb-2013
I am a content writter !

Can you answer this question?


Answer

2 Answers

Liked By