dart / 2 / dart-core / int / tostring.html

toString method

String toString()
override

Returns a string representation of this integer.

The returned string is parsable by parse. For any int i, it is guaranteed that i == int.parse(i.toString()).

Implementation

String toString();

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-core/int/toString.html