Samuel Toh

Samuel Toh

  • NA
  • 106
  • 16.3k

Email verification in C# winforms

Nov 15 2021 3:39 AM

So for the Email, I want every user that register to have a @ in their Email. Otherwise, it will prompt out an error saying that Email is invalid.

For example, if the user enter "Johngmail.com" there will be an error because it doesnt have "@".

So the correct email would be "[email protected]".


Answers (4)