Microsoft
Software
Hardware
Network
Question : How to print integers in C#
I just want to know how to represent integers in WriteLine("value of integer: \i", integer);
I know \i isn't right.
Answer : How to print integers in C#
This only works with Console class:
Console.WriteLine("value of integer: {0}", integer);
For other WriteLine methods:
WriteLine(string.Format("v
alue of integer: {0}", integer));
Random Solutions
Setfocus in a function
Error when attaching database after move.
Windows 2008 Server immediately logging off Terminal Services sessions created from .msi / Windows Install Package
A Beautiful Disaster, multiple issues on Windows 7 / Vista Ultimate 64bit
i copied the mddata file from 1 exchange server to another, mounted the mailbox file, but can't see my mail
Outlook 2007 won't connect to my Exchange 2010 server using Outlook Anywhere
How to use a module when referencing a calander.
WinXP Offline Files - Disaster Recovery
How do you show deadlocks in SQL Server 2008?
Getting a First Chance Exception when trying to add a record to access with VB.NET