What is wrong with a line like this? DateTime.Parse(myString)
Answer Posted / fusion
No .it can have one argument.
Eg. Response.Write(DateTime.Parse("10:50:39"))
will return you date and time.
such as 24/06/2008 10:50:39 AM
You can not simply have any irrlevant string,it should be
some string containing data or time value.
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
How asynchronous call can be implemented using delegates?
What is the difference between typeof() vs gettype()?
How do you remove duplicates without using remove duplicate stage?
Explain Optimization technique description?
Explain swagger components.
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Define xmlvalidatingreader class.
What is server side in asp.net?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is __ requestverificationtoken?
Explain how can we inherit a static variable?
What is a session government?
What is the difference between a candidate key and primary key?
How is session id generated?