In Jave SE the Byte class has a constructor that takes a String as parameter:
byte byteVar = new Byte("0xFF");
I don't know if ME will do that unboxing, so maybe
byte byteVar = (new Byte("0xFF")).byteValue() ;
JamesCherrill
Posting Genius
6,372 posts since Apr 2008
Reputation Points: 2,130
Solved Threads: 1,073