Content


NTL
Core
ToFixedAnsi

ToFixedAnsi


Convert floating point value into ANSI string representation with specified number of digits after point.

"signs" should be in range 0..9. If a value out of this range is specified it will be adjusted to fit the range.

AnsiString ToFixedAnsi(const float value, const int signs = 6);
AnsiString ToFixedAnsi(const double value, const int signs = 6);
Namespace: nitisa
Include: Nitisa/Core/Strings.h