How do I get all object prop. values into an array in C# (ASP.NET)?
Im trying to get all the field values of an object into an array. but the problem is the fields of the object can have other types rather than string but ultimately all the values should be a string. So…