Thank you for your immediate response.
String.IsNullOrEmpty(Row(“ColumnName”).ToString)
String.IsNullOrWhiteSpace(Row(“ColumnName”).ToString)
These 2 conditions are working correctly.
Could you please help me with any document/link to learn such type of logic building.