Look at the Convert class ;) I guess it's in the System namespace (you'll
find it quickly in the docs if you use the index feature..)

So you can use it for something like Convert.ToUInt ("5345") and many other
conversions.

hth,
Andreas Häber

----- Original Message -----
From: "Clint Phillips" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 20, 2002 8:05 PM
Subject: [DOTNET] Trouble finding atoi() or the like.


> Could someone point me to an atoi() or strtoul() function in the FCL? Or
is
> there a std::stringstream equivalent? I don't beleive in rewriting
> functions that already exist. :-)
>
> Thanks
>
> You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
>
>

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to