DBConvert.ChangeType<'T> Method (Object)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Changes the specified value to the current type.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- value
-
Type:
System.Object
The object to be converted.
Return Value
Type: TAn object of the specified type that contains the converted value.
Type Parameters
- T
The type to change to.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: