siva nathan

siva nathan

  • 792
  • 828
  • 233.1k

Convert object to array in c#

Aug 7 2023 4:00 PM

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)