Class ValidationHelper
Inheritance
object
ValidationHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Validation
Assembly: Volo.Abp.Validation.dll
Syntax
public class ValidationHelper
Constructors
ValidationHelper()
Declaration
public ValidationHelper()
Properties
EmailRegEx
Declaration
public static string EmailRegEx { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
IsValidEmailAddress(string)
Declaration
public static bool IsValidEmailAddress(string email)
Parameters
Type | Name | Description |
---|---|---|
string |
Returns
Type | Description |
---|---|
bool |