.NET Windows Forms in a Nutshell

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

Категории