Did you try this:


System.out.println(String.format(format, 100*value));

The format String is a String of characters. There is no execution of its parts like in an expression.