[morph-user] Can't convert to char
Brought to you by:
orangeherbert,
sgarlatm
|
From: Bruce L. <lom...@co...> - 2007-08-24 13:03:32
|
I have a situation that requires converting from a char to a String and then from a String to a char. I've written a converter that works fine to do the first conversion, but I can't convert from a String to a char because convertImpl must return an Object. I know that conversion to primitive types (e.g., int) works for numeric conversion, but I can't see how to get primitive types returned. Is that possible? BTW, I see that you have submitted a proposal to become an Apache project. Great move! -- Bruce |