DekGenius.com
[ Team LiB ] Previous Section Next Section

UInt16Converter

System.ComponentModel (system.dll)class

This TypeConverter converts between a UInt16 and other types for serialization and design-time scenarios. You would not normally call it from your own code.

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

Hierarchy

System.Object TypeConverter BaseNumberConverter UInt16Converter

    [ Team LiB ] Previous Section Next Section