String interpolation conversion to FormattableString in C#

FormattableString message = $"Value is {value}";

Know more: