getStyle method

String getStyle()

Return the style that was used to construct this number formatter object.

Implementation

String getStyle() {
  return _style;
}