共用方式為


Conversion.Exists 屬性

定義

如果轉換存在,則會傳回 True,做為擴展或縮小轉換。

public:
 property bool Exists { bool get(); };
public bool Exists { get; }
member this.Exists : bool
Public ReadOnly Property Exists As Boolean

屬性值

備註

如果這傳回 True,則只有其中一個 IsNarrowingIsWidening 會傳回 True。 如果這會傳回 False,則 或 IsWidening 都不會 IsNarrowing 傳回 True。

適用於