M
Michael Kellogg
I have a textbox on my Winform that is data bound to a floating-point
element. It's displaying the number out to like 9 digits. Since I'm not
"handing" the textbox the value using ".ToString("f3")" I'm at a loss for
how to control the formatting. Is there a simple way to accomplish this?
element. It's displaying the number out to like 9 digits. Since I'm not
"handing" the textbox the value using ".ToString("f3")" I'm at a loss for
how to control the formatting. Is there a simple way to accomplish this?