string.fromInt constructor

string.fromInt(
  1. int i
)

This handler in the original C# code had this note: // 24 augustus 2007

Implementation

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