'Declaration <TypeConverterAttribute(System.ComponentModel.DecimalConverter)> Public Property Value As Nullable(Of Decimal)
'Usage Dim instance As GcDropDownCalculator Dim value As Nullable(Of Decimal) instance.Value = value value = instance.Value
[TypeConverter(System.ComponentModel.DecimalConverter)] public Nullable<decimal> Value {get; set;}