-
DateTime.Parse(myString);
Hi All,
Can any one tell me,What’s wrong with a line like this? DateTime.Parse(myString);
I will highly appreciate your feed back
Thanks In Advance!
Jazz
Last edited by jazzlearner; 11-17-2008 at 03:15 AM.
-
Re: DateTime.Parse(myString);
Technically nothing, other than you probably want another variable to store the result of the parse ($parsed = DateTime.Parse(myString)). Of course, the string could be wrong, the DateTime object may not exist, Parse may not be a valid command and you may be writing in Java. We're going to need a lot more context than just that one line.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules