Share via


Conversion.IsDefault Property

Definition

Returns True if this conversion is a default conversion (a conversion from the "Nothing" literal).

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

Property Value

Remarks

Note that default conversions are considered widening conversions.

Applies to