Tag Archives: Strings

Silverlight 4.0 – StringFormat

New to Silverlight 4.0 – StringFormat provides a simple  solution for databinding in XAML and formatting the output. StringFormat is primarily used to format dates, numbers and currency values. For example, formatting a date in a text box: <TextBox x:Name=”dummyBox”  … Continue reading

Posted in FAQ | Tagged , | Leave a comment