Using Linq query, How to verify if there is any invalid email address present in datatable.
I have a “Email Address” column in my datatable.
I just want to verify if there is any invalid email address present in that column or not.
Using Linq query, How to verify if there is any invalid email address present in datatable.
I have a “Email Address” column in my datatable.
I just want to verify if there is any invalid email address present in that column or not.
How you will validate the email address?