Update row in a data table is not working

Hi,

My intent is as the following. Can you try this?

if(row.Item("Comments") isnot Nothing AndAlso not String.IsNullorEmpty(row.Item("Comments").ToString()), row.Item("Comments").ToString(), "Both Email and Phone Number exists")

Regards,