DBConvert.ChangeType<T> Method (Object)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Changes the specified value to the current type.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Type Parameters
- T
The type to change to.
Parameters
- value
- Type: System.Object
The object to be converted.
Return Value
Type: TAn object of the specified type that contains the converted value.
Show: