Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple String Question
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Simple String Question
Miscellaneous
Thread ID:
01464033
Message ID:
01464033
Views:
107
Is there any real difference between:
string Message = "File '" + FileName + "' already exists"; 
and
string Message = String.Format("File '{0}' already exists", FileName);
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform