formatIntZero method

String formatIntZero()

Implementation

String formatIntZero() {
  return formatInt(nullTxt: "0");
}