Convert.Coerce2(Object, TypeCode, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的值轉換成指定的 TypeCode,並選擇性地允許資料遺失。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
static System::Object ^ Coerce2(System::Object ^ value, TypeCode target, bool truncationPermitted);
public static object Coerce2 (object value, TypeCode target, bool truncationPermitted);
static member Coerce2 : obj * TypeCode * bool -> obj
Public Shared Function Coerce2 (value As Object, target As TypeCode, truncationPermitted As Boolean) As Object
參數
- value
- Object
要轉換成新型別的值。
- target
- TypeCode
要將 value
轉換成哪一個型別。
- truncationPermitted
- Boolean
true
表示允許資料遺失,否則為 false
。
傳回
已轉換成 value
型別的 target
。