.NET Windows Forms in a Nutshell

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

Категории