Click or drag to resize

ConversionsChangeType Method (Object, Type, Object)

Converts the input object to a specified typed equivalent. If conversion failed, the specified default value will be used.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Object ChangeType(
	Object input,
	Type conversionType,
	Object defaultValue
)

Parameters

input
Type: SystemObject
The input.
conversionType
Type: SystemType
The conversion type.
defaultValue
Type: SystemObject
The default value.

Return Value

Type: Object
The converted typed value.
See Also