ConversionsChangeTypeT Method (Object) |
Converts the input object to a specified typed equivalent. If conversion failed, the default value for the expected type will be used.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static T ChangeType<T>(
Object input
)
Parameters
- input
- Type: SystemObject
The input.
Type Parameters
- T
- The expected type.
Return Value
Type:
TThe converted typed value.
See Also