D
Dean L. Howen
dear friends,
I have a litte thing, hope you can help me.
I want to convert a decimal to a string that have user-defined separator and
full decimal digits. If we set NumberDecimalDigits = num, we could not get
all deciaml digits if the length of them > num.
decimal string
123456.987654; ==> 123,456.987654;
123456.123 ==> 123,456.123;
I have a litte thing, hope you can help me.
I want to convert a decimal to a string that have user-defined separator and
full decimal digits. If we set NumberDecimalDigits = num, we could not get
all deciaml digits if the length of them > num.
decimal string
123456.987654; ==> 123,456.987654;
123456.123 ==> 123,456.123;