Spread Windows Forms 12.0 Product Documentation
FormatProvider Property (RequiredTypeValidator)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > RequiredTypeValidator Class : FormatProvider Property
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
public IFormatProvider FormatProvider {get; set;}

Property Value

The format provider. The default is null.
See Also

Reference

RequiredTypeValidator Class
RequiredTypeValidator Members