char
char char(Object value);
i.e., org.zkoss.xel.fn.CommonFns#toChar(java.lang.Object)
Converts the specified object to a character.
Notice that EL will convert the type automatically, so you rarely need this method. Please refer to Type Coercion for details.
Parameters:
- value - the value to convert