Share via


Conversion.IsInterpolatedString Property

Definition

Returns true if the conversion is an interpolated string conversion.

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

Property Value

Remarks

The interpolated string conversion described in section 6.1.N of the C# language specification.

Applies to