Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeValidator Class / FormatProvider Property


In This Topic
    FormatProvider Property (RangeValidator)
    In This Topic
    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