Click or drag to resize

ObjectExtensionConvertToT Method

Note: This API is now obsolete.

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

Parameters

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

Type Parameters

T

Return Value

Type: T

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