Hi, is there a way to unwrap a Java boxed value to get the Java primitive value inside it?
In particular I am interested in obtaining the char inside a Character, in order to supply the char to a method which requires a char.
Thanks for any info,
Robert