BaseNumberConverter Class
Provides a base type converter for nonfloating point numerical types.
For a list of all members of this type, see BaseNumberConverter Members.
System.Object
System.ComponentModel.TypeConverter
System.ComponentModel.BaseNumberConverter
Derived classes
[Visual Basic] MustInherit Public Class BaseNumberConverter Inherits TypeConverter [C#] public abstract class BaseNumberConverter : TypeConverter [C++] public __gc __abstract class BaseNumberConverter : public TypeConverter [JScript] public abstract class BaseNumberConverter extends TypeConverter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
CAUTION You should never access a type converter directly. Instead, call the appropriate converter by using TypeDescriptor. For more information, see the examples in the TypeConverter base class.
For more information about type converters, see the TypeConverter base class and Implementing a Type Converter.
Example
For an example of a converter for a specific data type that inherits from BaseNumberConverter, see the example section of each of the classes listed at BaseNumberConverter Hierarchy.
Requirements
Namespace: System.ComponentModel
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
BaseNumberConverter Members | System.ComponentModel Namespace | TypeConverter