.NET Windows Forms in a Nutshell
This TypeConverter translates a Byte into other representations for serialization and design-time scenarios. You should not call this directly from your own code. public class ByteConverter : BaseNumberConverter { // Public Constructors public ByteConverter (); } Hierarchy
System.Object |