|
-
February 16th, 2005, 04:09 AM
#1
How to print "1" ?
Hi,
I have an application in C#. i want to display a value of a variable using quotes.
e.g.
int i = 1;
string str = " u have chosen" + i+;
label1.text = str; // to display the value of str
now i want to print this value in quotes like "1"
i want my output to be like this:
u have chosen "1" .
Can anybody help me?????
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|