Spread Windows Forms 15.0
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
    public IFormatProvider FormatProvider {get; set;}

    Property Value

    The format provider. The default is null.
    See Also