Class FilePathValidator
Defines a validator class for validating file paths.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Juhta.Net.Validation
Assembly: Juhta.Net.Validation.dll
Syntax
public class FilePathValidator : PathValidator, IStringValidator, IValidator<string>
Constructors
| Improve this Doc View SourceFilePathValidator()
Initializes a new instance.
Declaration
public FilePathValidator()
FilePathValidator(ErrorMessage)
Initializes a new instance.
Declaration
public FilePathValidator(ErrorMessage errorMessage)
Parameters
Type | Name | Description |
---|---|---|
ErrorMessage | errorMessage | Specifies an error message to associate with the instance. |
Methods
| Improve this Doc View SourceValidate(String)
See Validate(T).
Declaration
public void Validate(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |