DekGenius.com
[ Team LiB ] Previous Section Next Section

SingleConverter

System.ComponentModel (system.dll)class

This TypeConverter for the single-precision floating-point type is used in serialization and design-time scenarios, and would not normally be called from your own code.

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

Hierarchy

System.Object TypeConverter BaseNumberConverter SingleConverter

    [ Team LiB ] Previous Section Next Section