Friday, 16 August 2013

How to parse number in c#?

How to parse number in c#?

I want to parse a number with 11 characters.
For example; number is 12345678900
With parse it should be ; 1234 5678 900
How can I do this?

No comments:

Post a Comment