DBConvert Class

Definition

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.

Applies to