System.ComponentModel (system.dll) | class |
This is a TypeConverter for an
Int16, for use in serialization and design-time
scenarios. You would not normally call it from your own code.
public class Int16Converter : BaseNumberConverter {
// Public Constructors
public Int16Converter();
}
Hierarchy
System.Object TypeConverter
BaseNumberConverter
Int16Converter
|