Hello,
Are there any equivalents to the c/c++ functions atoi and atof in the .NET framework? I'd like to be able to parse a string like these two functions, but I haven't been able to find anything that works near as good. Most of the .NET functions I'm aware of are not very robust.
Thank.
Are there any equivalents to the c/c++ functions atoi and atof in the .NET framework? I'd like to be able to parse a string like these two functions, but I haven't been able to find anything that works near as good. Most of the .NET functions I'm aware of are not very robust.
Thank.
Comment