Mega Code Archive

 
Categories / Visual C++ .NET / Data Type
 

Convert Integer to string to ToString method

#include "stdafx.h" using namespace System; void main() {     Console::WriteLine ( (1234567890).ToString() ); }