Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 359 Bytes

File metadata and controls

12 lines (7 loc) · 359 Bytes

Currency TextBox for .NET WinForms

  • Download the Project and run CurrencyTextBox Demo

  • To access a numerical only value, just use currencyTextBox1.TextasNumber

  • To access a formated string, use the normal currencyTextBox1.Text

  • To set a currency symbol to dollar forexample, add the following currencyTextBox1.CurrencySymbol = "$"

License

  • MIT