DecimalConverter

DecimalConverter

System.ComponentModel (system.dll) class

This class, derived from TypeConverter , transforms between Decimal and other types, for serialization and design-time applications. You would not normally call this class from your own code.

 public class  DecimalConverter  : BaseNumberConverter {  // Public Constructors  public  DecimalConverter  ();  // Public Instance Methods  public override bool  CanConvertTo  (ITypeDescriptorContext  context  ,          Type  destinationType  );  // overrides BaseNumberConverter  public override object  ConvertTo  (ITypeDescriptorContext  context  ,         System.Globalization.CultureInfo  culture  , object  value  , Type  destinationType  );  // overrides BaseNumberConverter  } 

Hierarchy

System.Object TypeConverter BaseNumberConverter DecimalConverter



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net