Constructors
-
Base
Number Initializes a new instance of the BaseNumberConverter class.Converter()
Methods
-
Can
Convert Determines if this converter can convert an object in the given source type to the native type of the converter.From(IType Descriptor Context, Type) -
Can
Convert Returns a value indicating whether this converter can convert an object to the given destination type using the context.To(IType Descriptor Context, Type) -
Convert
From(IType Converts the given object to the converter's native type.Descriptor Context, Culture Info, Object) -
Convert
To(IType Converts the specified object to another type.Descriptor Context, Culture Info, Object, Type)