.NET Windows Forms in a Nutshell
This class provides a TypeConverter for a UInt32 . It is used in serialization and design-time scenarios, and should not normally be called from your own code. public class UInt32Converter : BaseNumberConverter { // Public Constructors public UInt32Converter (); } Hierarchy
System.Object |