Keith
2010-04-20 03:35:01 UTC
Hello,
I have a string, created with the following code...
String ^ a = gcnew String("123.4");
How do I convert the value of a to a double numberic value?
Thank you.
Keith
I have a string, created with the following code...
String ^ a = gcnew String("123.4");
How do I convert the value of a to a double numberic value?
Thank you.
Keith