Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / BuiltInConverters Class / NumericConverter Field


In This Topic
    NumericConverter Field
    In This Topic
    Represents the converter that return System.Double value. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly NumericConverter As IValueConverter(Of Double)
    'Usage
     
    
    Dim value As IValueConverter(Of Double)
     
    value = BuiltInConverters.NumericConverter
    public static readonly IValueConverter<double> NumericConverter
    See Also