Click or drag to resize

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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static T ChangeType<T>(
	Object input
)

Parameters

input
Type: SystemObject
The input.

Type Parameters

T
The expected type.

Return Value

Type: T
The converted typed value.
See Also