Convert the specified value into a String. If the specified value is an array, the first element (converted to a String) will be returned. The registered {@link Converter} for thejava.lang.String class will be used, which allows applications to customize Object->String conversions (the default implementation simply uses toString()).
@param value Value to be converted (may be null)
@return The converted String value
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.