DekGenius.com
[ Team LiB ] Previous Section Next Section

Int64Converter

System.ComponentModel (system.dll)class

This is a TypeConverter that is used to convert to and from an Int64 in design-time and serialization scenarios. You should not normally call it from your own code.

public class Int64Converter : BaseNumberConverter {
// Public Constructors
   public Int64Converter();
}

Hierarchy

System.Object TypeConverter BaseNumberConverter Int64Converter

    [ Team LiB ] Previous Section Next Section