Data Type Visual C++ .NET

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