XAML: How do I append a percent symbol to a bound label value?

Posted by Brad on Stack Overflow See other posts from Stack Overflow or by Brad
Published on 2010-03-16T16:39:36Z Indexed on 2010/03/16 16:41 UTC
Read the original article Hit count: 205

Filed under:
|
|
|
|

I have a label bound to the value of a slider.

Content="{Binding Path=Value, ElementName=Slider}"

How do I append a percentage symbol? The value of the slider is already formatted correctly, so when the value is '50', all I need is '50%'.

© Stack Overflow or respective owner

Related posts about xaml

Related posts about format