Click or drag to resize

ObjectExtensionCanConvertToT Method

Note: This API is now obsolete.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
[ObsoleteAttribute("Use IsConvertibleTo<T>() instead.")]
public static bool CanConvertTo<T>(
	this Object value,
	CultureInfo culture = null
)

Parameters

value
Type: SystemObject
culture (Optional)
Type: System.GlobalizationCultureInfo

Type Parameters

T

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also