getUseNative method

bool getUseNative()

Return true if this formatter uses native digits to format the number.

Implementation

bool getUseNative() {
  return _useNative;
}