.NET Windows Forms in a Nutshell

UInt32Converter

System.ComponentModel (system.dll) class

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 TypeConverter BaseNumberConverter UInt32Converter

Категории