Conversion.Exists 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果转换存在,则返回 True,作为扩大或缩小转换。
public:
property bool Exists { bool get(); };
public bool Exists { get; }
member this.Exists : bool
Public ReadOnly Property Exists As Boolean
属性值
注解
如果返回 True,则正好返回 True 或IsNarrowingIsWidening将返回 True。 如果返回 False,则 IsNarrowing 既不返回 True,也不 IsWidening 返回 True。