4
Answers

how to get all values of array except last one in csharp?

Sumit Kumawat

Sumit Kumawat

12y
2.2k
1

Hi all,

i want to get all value of array  except last value..

For ex.. string [] test ={"a","b","c","d"}

this my array now i want all values in my array but but i want to remove the last one.

plz help.

Answers (4)