[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppVclStrToInt
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppVclStrToInt
(C++ VCL) Converting a String to an integer
Use the member function ToInt:const String myString = "1"; const int myValue = myString.ToInt();
Other code snippets
Other string-to-int conversions
- C++ (using std::string)
- C++ Builder
- ?C++ CLX
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
