/**
  * Gets the DecimalStyle.
  * <p>
  * The DecimalStyle controls the localization of numeric output.
  *
  * @return DecimalStyle the DecimalStyle, not null
  */
 public function getDecimalStyle()
 {
     return $this->formatter->getDecimalStyle();
 }