ConversionsTryChangeType Method |
| Name | Description | |
|---|---|---|
| TryChangeTypeT(Object, T) |
Converts the input object to a specified typed equivalent. A return value indicates whether the conversion succeeded.
| |
| TryChangeType(Object, Type, Object) |
Converts the input object to a specified typed equivalent. A return value indicates whether the conversion succeeded.
| |
| TryChangeTypeT(Object, IFormatProvider, T) |
Converts the input object to a specified typed equivalent. A return value indicates whether the conversion succeeded.
| |
| TryChangeType(Object, Type, IFormatProvider, Object) |
Converts the input object to a specified typed equivalent. A return value indicates whether the conversion succeeded.
|