Use StringFormat to add a string to a WPF XAML binding November 23, 2022 by Tarik Your first example is effectively what you need: <TextBlock Text="{Binding CelsiusTemp, StringFormat={}{0}°C}" />