DBConvert 类
定义
在内部使用以将一种类型转换为其他类型。Used internally to convert one type to another.
此 API 支持产品基础结构,不能在代码中直接使用。
public ref class DBConvert abstract sealed
public static class DBConvert
type DBConvert = class
Public Class DBConvert
- 继承
-
DBConvert
方法
| ChangeType(Object, Type) |
此 API 支持产品基础结构,不能在代码中直接使用。 将指定的值更改为指定类型。Changes the specified value to the specified type. |
| ChangeType<T>(Object) |
此 API 支持产品基础结构,不能在代码中直接使用。 将指定的值更改为当前类型。Changes the specified value to the current type. |