ObjectConverter 类

定义

注意

Use the System.Convert class and String.Format instead

注意

The recommended alternative is System.Convert and String.Format. http://go.microsoft.com/fwlink/?linkid=14202

将对象从一种对象类型转换为另一种对象类型。 此类已过时。 请换用 Convert 类和 Format(String, Object) 方法。

此 API 支持产品基础结构,不能在代码中直接使用。

public ref class ObjectConverter sealed
[System.Obsolete("Use the System.Convert class and String.Format instead")]
public sealed class ObjectConverter
[System.Obsolete("The recommended alternative is System.Convert and String.Format. http://go.microsoft.com/fwlink/?linkid=14202")]
public sealed class ObjectConverter
[<System.Obsolete("Use the System.Convert class and String.Format instead")>]
type ObjectConverter = class
[<System.Obsolete("The recommended alternative is System.Convert and String.Format. http://go.microsoft.com/fwlink/?linkid=14202")>]
type ObjectConverter = class
Public NotInheritable Class ObjectConverter
继承
ObjectConverter
属性

构造函数

ObjectConverter()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.
已过时.

初始化 ObjectConverter 类的新实例。 此类已过时。 请换用 Convert 类和 Format(String, Object) 方法。

方法

ConvertValue(Object, Type, String)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.
已过时.

将对象从一种对象类型转换为另一种对象类型。 此类已过时。 请换用 Convert 类和 Format(String, Object) 方法。

Equals(Object)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.
已过时.

作为默认哈希函数。

(继承自 Object)
GetType()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.
已过时.

返回表示当前对象的字符串。

(继承自 Object)

适用于