S
Seth Broomer
i have a stupid question i have a string 123456
i need to format it before i out put it.
i have tried
String.Format("{0:#,#####}","123456")
but i don't get the 123,456
what am i doing wrong?
thanks
i need to format it before i out put it.
i have tried
String.Format("{0:#,#####}","123456")
but i don't get the 123,456
what am i doing wrong?
thanks