DekGenius.com
[ Team LiB ] Previous Section Next Section

DoubleConverter

System.ComponentModel (system.dll)class

This TypeConverter is used to transform a double to and from other types in serialization and design-time scenarios. You would not normally use this class directly in your own code.

public class DoubleConverter : BaseNumberConverter {
// Public Constructors
   public DoubleConverter();
}

Hierarchy

System.Object TypeConverter BaseNumberConverter DoubleConverter

    [ Team LiB ] Previous Section Next Section