Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DBConvert Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Used internally to convert one type to another.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

System.Object
  System.Data.Linq.DBConvert

Public NotInheritable Class DBConvert

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticChangeType(Object, Type)

This API supports the product infrastructure and is not intended to be used directly from your code. Changes the specified value to the specified type.

System_CAPS_pubmethodSystem_CAPS_staticChangeType(Of T)(Object)

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.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft