Top "String-formatting" questions

Commonly refers to a number of methods to display an arbitrary number of varied data types into a string.

Append text to static resource

If I have the label: <Label Content="{StaticResource Foo}" /> Is there a way of appending the * in xaml? …

wpf xaml string-formatting staticresource
What format specifier should be used for BOOL?

Possible Duplicate: Objective c formatting string for boolean? What NSLog %-specifier should be used to literally see YES or NO …

objective-c cocoa string-formatting nslog boolean