DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section