.NET Windows Forms in a Nutshell

SByteConverter

System.ComponentModel (system.dll) class

This class provides a TypeConverter for the SByte type in serialization and design-time scenarios. You would not normally call this class from your own code.

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

Hierarchy

System.Object TypeConverter BaseNumberConverter SByteConverter

Категории