[Mono-list] Convert.ToInt16 (string value, int fromBase) and friends
Duncan Mak
duncan@ximian.com
17 Feb 2002 00:13:35 -0500
Hi,
I'm working on completing the Convert class. It's really quite tedious
but I'll be done with it really soon. The only thing that's really
annoying now is these functions that take a string and an int that
represents the base (must be 2, 8, 10 or 16).
I can do the others, i think , it's only a matter of typing. But I don't
see how I should do these base conversion ones. Are there / Should there
be some other function in the class library that'll handle this?
thanks,
Duncan.