Unwrapping Java Character to char
Robert Dodier <[email protected]> Wed, 3 Jan 2024 12:27:13 -0800
| Newsgroups | gmane.editors.j.devel |
|---|---|
| Message-ID | <CAAsY_sSq8dso=StSRgzQf7Drfq1iQPuYDLLMNhmCUPrH88Ou9g__42902.363608458$1704313692$gmane$org@mail.gmail.com> |
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