Continuation with the earlier post:
How to check object is null or empty in C#.NET 3.5?
In my code i handled successfully if the object is null
BUT
I’m not getting How to check the DataRow object dtTable.Rows[0][4] is Empty or NOT
dblRevenue = Convert.ToDouble(dtTable.Rows[0][4]);
Please help!!
Try this.