Spread Windows Forms 12.0 Product Documentation
FormatProvider Property (RangeValidator)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > RangeValidator Class : FormatProvider Property
Gets or sets the format provider.
Syntax
'Declaration
 
Public Property FormatProvider As IFormatProvider
'Usage
 
Dim instance As RangeValidator
Dim value As IFormatProvider
 
instance.FormatProvider = value
 
value = instance.FormatProvider
public IFormatProvider FormatProvider {get; set;}

Property Value

The format provider. The default is a null reference (Nothing in Visual Basic).
Remarks
If this property is a null reference (Nothing in Visual Basic), the System.Globalization.CultureInfo.CurrentCulture is used.
See Also

Reference

RangeValidator Class
RangeValidator Members