Valerie Waters

Greenhorn
+ Follow
since May 02, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Valerie Waters

Hi,
I just wanted to know that how can I do parameter checking on a hexadecimal string so that it includes nothing(no whitespaces,/,*,%,@) but only combination of letters a-f and digits 0-9(i.e.,only hex characters).

Thanks a lot!
18 years ago
Thanks for the reply!!
I was wondering if there's a Java routine/method that handles BCD to decimal conversion and/or vice versa. I did not get much help from the searching the forums...
18 years ago
Hi,
Is there some java library or method that handles conversion from decimal to packed BCD and vice versa? I am supposed to write code that does that.

Thanks
val
18 years ago