[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppBuilderStrIsDouble
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppBuilderStrIsDouble
(C++ Builder) Check if a String can be converted to an double
bool isDouble(const String& myString, int& rDouble) { return TryStrToFloat(myString, rDouble); }
- include <SysUtils.hpp>
(C++) Check if a std::string can be converted to a double
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
