Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RequiredTypeValidator Class / FormatProvider Property


In This Topic
FormatProvider Property (RequiredTypeValidator)
In This Topic
Gets or sets the format provider.
Syntax
'Declaration
 
Public Property FormatProvider As IFormatProvider
 
'Usage
 
Dim instance As RequiredTypeValidator
Dim value As IFormatProvider
 
instance.FormatProvider = value
 
value = instance.FormatProvider

Property Value

The format provider. The default is null.
See Also