How to convert object to double?

I have a data table. for each row i’ve to assign it to double variable, so that i can store them in other table and do the computation. but showing that object cannot be converted to double. so how can i convert object to double. I got to convert the whole column of data table from object type to double type

1 Like

@Chaitanya_podilapu,

Try like this,

Cdbl("YourObject:)

hi @Chaitanya_podilapu

For your reference.

cheers :smiley:

Happy learning :smiley:

5 Likes

Hi @Chaitanya_podilapu

Try this
Convert.todouble(your_Varaible.tostring)

Regards,
Kommi Jeevan.

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.