ParsingEnabled Property (RangeValidator)
Gets or sets a value indicating whether to use the Parse method.
public bool ParsingEnabled {get; set;}
'Declaration
Public Property ParsingEnabled As Boolean
'Usage
Dim instance As RangeValidator
Dim value As Boolean
instance.ParsingEnabled = value
value = instance.ParsingEnabled
Property Value
true if the validation uses the Parse method; otherwise,
false. The default is
false.