5
Answers

Convert object to array in c#

siva nathan

siva nathan

1y
652
1

How can I convert object to array

Public async list<string> convertobjtoarray(object obj)

{

// here I need to convert obj to array

}

 

And need to count array count

Answers (5)