getOcy function

NumberFormat getOcy()

Implementation

NumberFormat getOcy() {
  final oCcy = NumberFormat("#,##0", "en_us");
  return oCcy;
}