SunQuest
 
           Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old July 30th, 2003, 08:56 AM
ducani
Guest
ASP Free Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
ASP.NET Basics (part 2): Not My Type

ASP.NET Basics \(part 2\): Not My Type

Now that you know how ASP.NET works, get to grips with the basic variables types - characters, strings and numbers - and the operators that are commonly used with them. This segment also explains how to cast variables into different types, either implicitly or explicitly, and briefly discusses the C# functions related to data type conversion between strings and numbers.

Discuss this article in this thread. You can read the article here .

Reply With Quote
  #2  
Old July 31st, 2003, 06:09 AM
richard_deeming richard_deeming is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: UK
Posts: 4 richard_deeming User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Variable names

Quote:
In C#, a variable name ... must begin with a letter, optionally followed by more letters and numbers. ... reserved keywords cannot be used as variable names.


According to the C# Language reference [URL], variable names may also start with an underscore, contain Unicode escape sequences, and the "@" character is allowed as a prefix to enable keywords to be used as identifiers.

Examples:
Code:
class @class
{
   public static void @static(bool @bool) {
      if (@bool)
         System.Console.WriteLine("true");
      else
         System.Console.WriteLine("false");
   }   
}
class Class1
{
   static void M() {
      cl\u0061ss.st\u0061tic(true);
   }
}

Reply With Quote
  #3  
Old August 1st, 2003, 10:22 AM
melonfire melonfire is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 1 melonfire User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Re: Variable names

Quote:
Originally posted by richard_deeming
According to the C# Language reference [URL], variable names may also start with an underscore, contain Unicode escape sequences, and the "@" character is allowed as a prefix to enable keywords to be used as identifiers.

Examples:
Code:
class @class
{
   public static void @static(bool @bool) {
      if (@bool)
         System.Console.WriteLine("true");
      else
         System.Console.WriteLine("false");
   }   
}
class Class1
{
   static void M() {
      cl\u0061ss.st\u0061tic(true);
   }
}


However, it is probably a good practice not to use unusual characters in variable names, as it may cause problems when you port your C# code elsewhere.

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherDevelopment Articles > ASP.NET Basics (part 2): Not My Type


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway