tryToIntFormatted method
Attempts toIntFormatted, returning null on failure.
Implementation
int? tryToIntFormatted(String format, String? locale) =>
tryToNumFormatted(format, locale)?.toInt();
Attempts toIntFormatted, returning null on failure.
int? tryToIntFormatted(String format, String? locale) =>
tryToNumFormatted(format, locale)?.toInt();