Class EmailAddressValidator
The id must a valid email address.
Implements
Namespace: DNVGL.One.Compute.Core.IdValidation
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class EmailAddressValidator : BasicIdValidator, IIdValidator
Methods
View SourceValidate(String)
Determines whether the specified id
is valid.
Declaration
public override ValidationResult Validate(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The identifier. |
Returns
Type | Description |
---|---|
ValidationResult |
|