DBConvert Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used internally to convert one type to another.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class DBConvert abstract sealed
public static class DBConvert
type DBConvert = class
Public Class DBConvert
- Inheritance
-
DBConvert
Methods
ChangeType(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. |
ChangeType<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. |