Posts by Thathi • 31 points
2 posts
-
3
votes1
answer772
viewsQ: Check if a string is a valid date
How do I check whether the date is valid in C or not#? In VB6 I did like this: If Not IsDate(strAux) Then In the case of C#, how do I? My code in C#: //Data Movimento string strTxt =…
-
-1
votes2
answers166
viewsQ: Query return comparison with "N" status
I need help for comparison in "if" c# of a datatable database return. Below the code snippet: public class ArcerarDto { public DataTable SelectArcerarContract() { ArcerarDal arcerarObj = new…