# Enum: com.pnfsoftware.jeb.util.format.NumberFormatter.Base

Rendering base.

## Constant: ASCII

## Constant: BINARY

## Constant: DECIMAL

## Constant: HEXADECIMAL

## Constant: OCTAL

## Method: isStandard
- return type: `boolean`

Description: 
return: true for a "standard" base, that is: 10, 16 and 8

## Method: nextBase
- return type: `com.pnfsoftware.jeb.util.format.NumberFormatter.Base`

Description: Get the next base in the built\-in rotation order.
return: the next base

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.util.format.NumberFormatter.Base`


## Static Method: values
- return type: `com.pnfsoftware.jeb.util.format.NumberFormatter.Base[]`


