cuongbao197 wrote:
Can you tell me how to check a String is double type in MFC?
you have implement logic to find out that:- you have to check each character of string for Numeral(compulsory),Single 'e' (for exponent,optional) and single Decimal(compulsory). if any of condition fails thne string is definatly not a Float.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV