3 references to StringValidator
System.Configuration.ConfigurationManager (3)
System\Configuration\StringValidator.cs (2)
13: this(minLength, int.MaxValue, null) 17: this(minLength, maxLength, null)
System\Configuration\StringValidatorAttribute.cs (1)
13=> new StringValidator(_minLength, _maxLength, InvalidCharacters);