string.fromFloat constructor

string.fromFloat(
  1. double i
)

Implementation

string.fromFloat(double i) : value = i.toStringAsFixed(6);