共用方式為


ObjectConverter.ConvertValue(Object, Type, String) 方法

定義

將物件從某個物件型別轉換成另一個物件型別。 這個類別已經過時。 請改用 Convert 類別和 Format(String, Object) 方法。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 static System::Object ^ ConvertValue(System::Object ^ value, Type ^ toType, System::String ^ formatString);
public static object ConvertValue (object value, Type toType, string formatString);
static member ConvertValue : obj * Type * string -> obj
Public Shared Function ConvertValue (value As Object, toType As Type, formatString As String) As Object

參數

value
Object

要轉換的物件。

toType
Type

value 將轉換成的 Type

formatString
String

轉換期間套用的格式字串。

傳回

Object

轉換的物件。

例外狀況

Value 無法使用這個方法轉換成 toType 型別。

適用於