.NET Windows Forms in a Nutshell
This class implements a TypeConverter for a UInt64 in serialization and design-time scenarios. It should not normally be called from your own code. public class UInt64Converter : BaseNumberConverter { // Public Constructors public UInt64Converter (); } Hierarchy
System.Object |