point9408
❔ How to convert object type to double. Pls help me
In this example from controller, i get value of price as dictionary type and it has many values from external API . The first one is {[c, ValueKind = Number : "246.27"]} which i want to get that double number (246.27) and assign it to my Price variable. You see that I commented that line because it gives error. Is there any other way to achieve this?
21 replies