string.fromLong constructor

string.fromLong(
  1. int i
)

Implementation

string.fromLong(int i) : value = i.toString();