DBConvert Class

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

Used internally to convert one type to another.

Inheritance Hierarchy

System.Object
  System.Data.Linq.DBConvert

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

Syntax

'Declaration
Public NotInheritable Class DBConvert
public static class DBConvert

Methods

  Name Description
Public methodStatic memberSupported by Silverlight for Windows Phone ChangeType(Object, Type) Infrastructure. Changes the specified value to the specified type.
Public methodStatic memberSupported by Silverlight for Windows Phone ChangeType<T>(Object) Infrastructure. Changes the specified value to the current type.

Top

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Thread Safety

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

See Also

Reference