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
What is caching? What are different ways of caching in asp.net?
What is the importance of Global.asax in ASP.NET?
What is asp.net and how it works?
How does viewstate work?
What is the use of web.config and machine.config files?
What is ispostback method in asp.net?
What is asp.net architecture?
What is another word for redirect?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What is a web api?
Where is session cookies stored?
Is it possible for me to change my aspx file extension to some other name?
Explain what is postback in asp. Net?
How can we access static variable?
What is ispostback method in asp.net? Why do we use that?