Link to home
Start Free TrialLog in
Avatar of Looking_4_Answers
Looking_4_Answers

asked on

Roman Numeral to numeric and visa versa


I need a function that takes a string as parameter and does one of two things:

1.) converts it to Roman Numeral if its a numeric

or

2.) converts it to numeric if its Roman a Numeral


Example:   function convertValue(Value: String): String;


Note:  if a user types anything other than 0..9, or  I,V,X,L,C,D,M
Avatar of Mahdi78
Mahdi78
Flag of Algeria image

ASKER CERTIFIED SOLUTION
Avatar of Mahdi78
Mahdi78
Flag of Algeria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Looking_4_Answers
Looking_4_Answers

ASKER

That will doit!  Thanks