Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# conversion on @ character
Message
From
01/11/2006 03:13:47
 
 
To
01/11/2006 03:11:05
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01166075
Message ID:
01166078
Views:
14
>From http://forums.devx.com/showthread.php?t=146516 :
>
>To continue a string literal over several lines use the "@" operator:
>
>e.g.,
>string ThisString = @"this string
>literal spans several
>lines and is stored exactly as you
>see it here when using the '@' operator";

So, does this mean that:
GetFreeSpace("\\\\myserverName\\d$");
GetFreeSpace(@"\\\\myserverName\\d$");
are similar?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform