Click or drag to resize

ConversionsTryChangeTypeT Method (Object, T)

Converts the input object to a specified typed equivalent. A return value indicates whether the conversion succeeded.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool TryChangeType<T>(
	Object input,
	out T value
)

Parameters

input
Type: SystemObject
The input.
value
Type: T
The result value.

Type Parameters

T
The expected type.

Return Value

Type: Boolean
true if conversion succeeded, false otherwise.
See Also