ConversionsChangeType Method |
Name | Description | |
---|---|---|
![]() ![]() | ChangeTypeT(Object) |
Converts the input object to a specified typed equivalent. If conversion failed, the default value for the expected type will be used.
|
![]() ![]() | ChangeType(Object, Type) |
Converts the input object to a specified typed equivalent. If conversion failed, the default value for the expected type will be used.
|
![]() ![]() | ChangeTypeT(Object, T) |
Converts the input object to a specified typed equivalent. If conversion failed, a specified default value will be used.
|
![]() ![]() | ChangeType(Object, Type, Object) |
Converts the input object to a specified typed equivalent. If conversion failed, the specified default value will be used.
|
![]() ![]() | ChangeTypeT(Object, T, IFormatProvider) |
Converts the input object to a specified typed equivalent. If conversion failed, a specified default value will be used.
|
![]() ![]() | ChangeType(Object, Type, Object, IFormatProvider) |
Converts the input object to a specified typed equivalent. If conversion failed, the specified default value will be used.
|