Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comparison with DropDownList SelectedValue
Message
From
27/01/2011 12:59:19
 
 
To
27/01/2011 12:55:36
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01497545
Message ID:
01497559
Views:
30
>>>So, it seems that single and double quotation marks are not interchangeable in C# as they are in VFP. Is that correct?
>>
>>Single quotes are for Character literals. e.g.
Char x = 'c';
>>String x2 = "c";
>>
>
>Thanks Viv, I didn't even know there was a Char type.

:-} : http://msdn.microsoft.com/en-us/library/x9h8tsay(v=vs.71).aspx
Previous
Reply
Map
View

Click here to load this message in the networking platform