✅ Explicit call ToString() when interpolating on primitive (value) types
Is it necessary to call ToString() when interpolating string using primitive (int, float, etc.) or in general value types?
Would it avoid boxing allocation?
Example:
Would it avoid boxing allocation?
Example:

