UtilIsEmailAddressSyntaxValid Method |
Checks whether the syntax of an email address is valid (not whether the actual address exists).
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntaxpublic static bool IsEmailAddressSyntaxValid(
string email
)
Parameters
- email
- Type: SystemString
The email address whose syntax to check.
Return Value
Type:
Booleantrue if the email address is valid; otherwise, false.
See Also