Help with variable in C#
How can I pass a variable in which I have coordinates 48.2569 that are string, taken from json.
I want to be able to convert them to a number and be able to add another number.
For example
project.Variables["geo_lat"].Value= 48.555
but right now it's a string and can not add any.
How do I change it to Number, and reassign the same value but changin a number.
Thanks
How can I pass a variable in which I have coordinates 48.2569 that are string, taken from json.
I want to be able to convert them to a number and be able to add another number.
For example
project.Variables["geo_lat"].Value= 48.555
but right now it's a string and can not add any.
How do I change it to Number, and reassign the same value but changin a number.
Thanks