What is wrong with a line like this? DateTime.Parse(myString)
Answer Posted / anand
Nothing wrong with the format really. Only problem is that
the result would depend on the Culture of the machine where
this line is getting invoked. Ideally you should also
supply the second parameter - or specify the Culture!
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Explain the different types of assemblies?
What is asp.net used for?
What is preprocessor in .net and type, where it use?
Explain the various authentication mechanisms in asp.net.
Where can I get the details on migration of existing projects using various technologies to asp.net?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is the parent class of all web server control?
What is the displayafter property in updateprogress control?
What is difference between session and cookie?
Which is better php or asp.net?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is view state and how it works in asp net?
What is the difference between session object and application object?
What is the differences between a primary key and a unique key in sql server?