Conversion.Exists 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果转换存在(作为隐式转换或显式转换),则返回 true。
public:
property bool Exists { bool get(); };
public bool Exists { get; }
member this.Exists : bool
Public ReadOnly Property Exists As Boolean
属性值
注解
转换的存在并不一定意味着转换有效。 例如,可能存在不明确的用户定义的转换,但可能无效。