ValidationHelperIsEmail Method |
Returns true if the object representation matches the Email.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static bool IsEmail(
Object value,
bool checkLength = false
)
Parameters
- value
- Type: SystemObject
Value to check - checkLength (Optional)
- Type: SystemBoolean
if true checks whether e-mail is no longer than SINGLE_EMAIL_LENGTH
Return Value
Type:
BooleanSee Also