ObjectExtensionIsConvertibleTo Method | 
| Name | Description | |
|---|---|---|
| IsConvertibleToT(Object, CultureInfo) | 
            Determines whether the given value can be converted to the specified type using the default converter.
              | |
| IsConvertibleTo(Object, Type, CultureInfo) | 
            Determines whether the given value can be converted to the specified type using the default converter.
              | |
| IsConvertibleToT(Object, T, CultureInfo) | 
            Converts the given value to the given type using the default converter.
             A return value indicates whether the operation succeeded.
              | |
| IsConvertibleTo(Object, Type, Object, CultureInfo) | 
            Converts the given value to the given type using the default converter.
             A return value indicates whether the operation succeeded.
              |