.NET Windows Forms in a Nutshell

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

Категории