In classic C #, I can use
- Convert.ToDouble (MyString) or
- Single.Parse (MyString).
In C Can I use atof ()...
But I can not find the solution. NetMF, someone he has an idea.
Thank you for your help.
Single.Parse() and Double.Parse() are avaiable in NetMF in System namespace.
-Armand
-Pavel
Jan
"Philippe" <Phil...@discussions.microsoft.com> wrote in message
news:8B0FD607-0F4F-4C7F...@microsoft.com...