I have a problem that is haunting me for a while. I tried some solutions but they didn\'t worked.
I have a textbox that is for cash input ($999,99 for example). Howe
We can try following one as well.
txtCost.Text = String.Format("{0:c2}", myObj.Cost);