DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section