Process the format string that the instance was initialized with.
@return the converted format string, including a replaced interpolant token if applicable (i.e. "…" % (…) replaced with a format() call: "…".format(…)).
@pre argIndex != 0 && length == 0
@post argIndex == 0 && length != 0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.