Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / FormatString Property


In This Topic
FormatString Property (MaskFormatter)
In This Topic
Gets or sets the format string.
Syntax
'Declaration
 
Public Overridable Property FormatString As String
 
'Usage
 
Dim instance As MaskFormatter
Dim value As String
 
instance.FormatString = value
 
value = instance.FormatString
See Also