C# Combobox (winforms) how can I make the values appear as percentage

Posted by codingguy3000 on Stack Overflow See other posts from Stack Overflow or by codingguy3000
Published on 2010-05-25T15:32:59Z Indexed on 2010/05/25 15:41 UTC
Read the original article Hit count: 338

Filed under:
|

Hello

I've got a combo box with a set of values( 5, 10,15, 20).

When the user goes to select a value I want them to appear as percentages (5%, 10%, 15%, 20%).

I was playing with formatstring using a value of ##% but that did not work.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms