G
Guest
Hi,
I would like to format the strings and align them by decimal point.
This is what I am doing and displaying them in a multiline textbox.
formatstr = "{0:###.####}";
tempStr = String.Format(formatstr, val);
This does not align them by decimal point. How can I align them by decimal point.
Thanks.
I would like to format the strings and align them by decimal point.
This is what I am doing and displaying them in a multiline textbox.
formatstr = "{0:###.####}";
tempStr = String.Format(formatstr, val);
This does not align them by decimal point. How can I align them by decimal point.
Thanks.