Hello,
I have three values, for instance 17000, 12345 and 4655. Is there any special way to present them like below? Please note the dots(.) and the sharp left margin. (NET3.5 / VS 2008 )
Code:number1 17.000
number2: 12.345
result: 4.655
Printable View
Hello,
I have three values, for instance 17000, 12345 and 4655. Is there any special way to present them like below? Please note the dots(.) and the sharp left margin. (NET3.5 / VS 2008 )
Code:number1 17.000
number2: 12.345
result: 4.655
Thanks for the answer, yes it is console application, playing around in visual studio.
Thank you JonnyPoet, your code is like poetry. :)