[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppBuilderStrToDouble
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppBuilderStrToDouble
(C++ Builder) Converting a String to a double
Use the String's member function ToDouble()const String myString = "69.69"; const double myValue = myString.ToDouble();
Other code snippets
Converting a std::string to a double
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
