G
Guest
I am trying to read in values from a table. When a value is null in the
table what is the proper way to handle it.
ex.
Owed.DatePaid = Convert.ToDate(row("DatePaid"))
for some rows DatePaid in the table could be null.
table what is the proper way to handle it.
ex.
Owed.DatePaid = Convert.ToDate(row("DatePaid"))
for some rows DatePaid in the table could be null.