forum

home / developersection / forums / remove duplicates from array

Remove duplicates from array

Anonymous User 2517 16-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!


c# c# 
Updated on 18-Feb-2013

I am a content writter !


Message
Can you answer this question?

Answer

2 Answers

Liked By