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
Run-Time Error 3155 ODBC-Time Out on a linked table.
Report show's too much data
Stock/Share Portfolio Management
How can I put the file name and a SHORT path at the bottom of my word 2007 documents?
Error #3035 System Resurce Exceeded
CommonDialog control in Access 2007 -- problem
HP 4730 Mfp configure
Install Office Small Business 2007 using .msi file
Installation of BackupExec 10
Authentication for OWA in Exchange 2007 fails.