I'm working in Silverlight 4 and I'm trying to insert an apostrophe in a value that is bound to a TextBlock:
<TextBlock Text="{Binding MyValue, StringFormat='The value is '{0}''}"/>
However, I'm getting XAML parse errors even though I have tried escaping with it with \' and " to no success.