DekGenius.com
[ Team LiB ] Previous Section Next Section

ByteConverter

System.ComponentModel (system.dll)class

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 TypeConverter BaseNumberConverter ByteConverter

    [ Team LiB ] Previous Section Next Section