Format Property (CharFormatValidator)
Gets or sets the format string used for validation.
public string Format {get; set;}
'Declaration
Public Property Format As String
'Usage
Dim instance As CharFormatValidator
Dim value As String
instance.Format = value
value = instance.Format
Property Value
A
System.String that indicates the format string used for validation. The default is
System.String.Empty.