共用方式為


DebugConvert.ToPrimitive(Object, TypeCode, Boolean) 方法

定義

將指定的值轉換成指定的 TypeCode,並選擇性地允許資料遺失。

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

public:
 virtual System::Object ^ ToPrimitive(System::Object ^ value, TypeCode typeCode, bool truncationPermitted);
public object ToPrimitive (object value, TypeCode typeCode, bool truncationPermitted);
abstract member ToPrimitive : obj * TypeCode * bool -> obj
override this.ToPrimitive : obj * TypeCode * bool -> obj
Public Function ToPrimitive (value As Object, typeCode As TypeCode, truncationPermitted As Boolean) As Object

參數

value
Object

要轉換成新型別的值。

typeCode
TypeCode

要將 value 轉換成哪一個型別。

truncationPermitted
Boolean

true 表示允許資料遺失,否則為 false

傳回

Object

已轉換成 value 型別的 typeCode

實作

適用於

另請參閱