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