Mega Code Archive

 
Categories / Visual C++ .NET / Data Type
 

Convert Integer to String to ToString(X)

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