Function FloatToString

string FloatToString (
  float fFloat,
  int nWidth = 18,
  int nDecimals = 9
);