try
try copied to clipboard
String interpolation using {item.Price:C2} does not output currency symbol
As the title says, the .NET interpreter formats {item.Price:C2} as a spiky circle then 1.99 when following the string interpolation example.
This is the same issue as #168.