Dear sir,
This function converts a string to a numeric value. Provide two versions of this function overloading to return either a long or double value
Here is the pseudo code for the FNVAL processing
Validate the input string value
If it contains any non numeric characters, then throw a CSResult
Convert the string value and return either a long or a double result
please how to write the overload functions same parameter(passing only string) and returtype either double and long.
Thanks®ard
Sridhar