Converts the digits in the text that occur between start and start + count.
@param text an array of characters to convert
@param start the index into text to startconverting
@param count the number of characters in textto convert
@throws IndexOutOfBoundsException if start or start + count isout of bounds
@throws NullPointerException if text is null
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.