Plz help (String to DateTime)
C#
3
Posts
2
Posters
0
Views
1
Watching
-
can anyone tell me is there anyway by which I can convert a String to a DateTime? I have a DateTime object and I store it into a String object, is there any possible way to convert that String back to its DateTime?
-
can anyone tell me is there anyway by which I can convert a String to a DateTime? I have a DateTime object and I store it into a String object, is there any possible way to convert that String back to its DateTime?
I helped myself this time using Convert.ToDateTime()
-
can anyone tell me is there anyway by which I can convert a String to a DateTime? I have a DateTime object and I store it into a String object, is there any possible way to convert that String back to its DateTime?