Gets or sets whether the empty string is treated as present. The default value is false, i.e. the empty string is treated as not present and will cause a validation failure.

Namespace:  Mindscape.LightSpeed.Validation
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public bool AllowEmptyString { get; set; }
Visual Basic (Declaration)
Public Property AllowEmptyString As Boolean

See Also