import java.util.Formatter; public class MainClass { public static void main(String args[]) { Formatter fmt = new Formatter(); fmt.format("%X", 250); System.out.println(fmt); } }
FA
6.10.Formatter Uppercase Option | ||||
6.10.1. | The Uppercase Option | |||
6.10.2. | format: uppercase X | |||
6.10.3. | format: uppercase E |