J
John Sitka
32.0 transformed to 000000320000000000
I guess the above would be equivalent to an numeric(18,10) datatype
the first 8 digits represent the whole part of the double
the last 10 represent the decimal part
32.50 transformed to 000000325000000000
I can see building a method (example. DoubleMask(double <adouble>) )
that returns a string after using PadLeft PadRight. Is that a good way?
I guess the above would be equivalent to an numeric(18,10) datatype
the first 8 digits represent the whole part of the double
the last 10 represent the decimal part
32.50 transformed to 000000325000000000
I can see building a method (example. DoubleMask(double <adouble>) )
that returns a string after using PadLeft PadRight. Is that a good way?