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 |