C#: DataTime Parsing

Posted by Anry on Stack Overflow See other posts from Stack Overflow or by Anry
Published on 2010-04-01T13:10:52Z Indexed on 2010/04/01 13:13 UTC
Read the original article Hit count: 288

Filed under:
|

I have a string of the form "ORDER20100322194007", it "20100322194007" Date and time 2010-03-22 19:40:07.000. How to parse a string and get the contained object DateTime?

© Stack Overflow or respective owner

Related posts about c#

Related posts about parsing