|
|
"Number Base Conversion with String to Float Capability.", by jimpishlo
|
The first of the functions in the code 'xBase2Int' will convert a string holding either a binary, octal, decimal, or hexidecimal value into an integer. See comments for using this function.
The second function 'String2Float' will convert a float value stored in a string into the most accurate float value the system can provide. See comments for use.
Enjoy, -JimPishlo JimPishlo@Comcast.net
|
| Code | | | |