.NET Windows Forms in a Nutshell

UInt64Converter

System.ComponentModel (system.dll) class

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

Категории