DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section