[TypeConverterAttribute(typeof(DecimalConverter))] public Nullable<decimal> Value { get; set; }
<TypeConverterAttribute(GetType(DecimalConverter))> Public Property Value As Nullable(Of Decimal) Get Set
Copyright © 2011 GrapeCity, Inc. All rights reserved.