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 server components?
Explain client-side scripting?
Explain automatic memory management in .net.
What is redirecting behavior?
How does a web application session work?
What is the appSettings Section in the web.config file?
What are the different types of Caching techniques in ASP.NET?
What is __ requestverificationtoken?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
What can you do with asp.net?
How to find last error which occurred?
Is web config mandatory?
What is the difference between login controls and forms authentication?
What is the default timeout for a cookie?
Give some salient points of difference between request processor and request dispatcher.