You can use single quotes to encapsulate a string; so your premium should look something like this:
<SomeControl SomeProperty="{Wpf:MyExtension MyFirstParameter, 'MySecondParameter, being a string, containing some commas.'}" />
I'm not sure you will also need the escape sequence markup {}
.
Samuel slade
source share