numbers

  1. A

    clear string

    Hi all, how do I extract only numbers and sign '.' from a string like this in C#? String input: <b><b><font color =\"red\">120</font></b></b>.953.25.123.934│$$$$$$$" Result output: 120.953.25.123.934 thank you A.
  2. S

    Question Displacement of numbers

    hi i want to make an app, that Displacement numbers and add them in listbox for example: when i give it 713, it should add 713,731,317,371,173,137 to listbox but i don't know how to do it, please help me!
Back
Top Bottom