Pages

Men

rh

4/02/2013

What?s wrong with a line like this ? DateTime.Parse(myString).


The result returned by this function is not assigned to anything, should be something like 
var x = DateTime.Parse(myString) 

No comments :

Post a Comment