[Mono-list] Parse methods

Bob Smith bob@thestuff.net
Fri, 7 Dec 2001 12:38:42 -0500 (EST)


I've been working on some of the Parse methods myself. I've got Double's
done, and Int64 just needs a test compile from someone. Once those two are
done, they should work on Float, Int32 and some of the other ones with
very minor modifications.

Bob Smith

On Fri, 7 Dec 2001, Derek Holden wrote:

> A while back I planned on working on the Parse implementation, but got
> sidetracked with other stuff. I'm currently at work on the ToString's for
> Single and Double, but I don't mind working with the parsing after that if
> no one else wants it.
>
> ----- Original Message -----
> From: "Nick Drochak" <ndrochak@gol.com>
> To: <mono-list@ximian.com>
> Sent: Friday, December 07, 2001 10:57 AM
> Subject: [Mono-list] Parse methods
>
>
> > All,
> >
> > I got Byte.Parse(string) to work, which makes us pass the test for that.
> > The other overloaded Parse()'s in Byte need to handle other number
> > formats, and since I'm off to Hawaii for a couple of weeks, I thought
> > I'd just check it in and hopefully someone else can work on it while I'm
> > gone.
> >
> > Basically what we need is the counterpart to IntegerFormatter.
> > Something like "NumberParser" that can extract the digits out of a valid
> > string and provide them to each number type for specific parsing.
> >
> > Anyone want to tackle that one?  This would help us pass a whole bucket
> > load of unit tests!
> >
> > Aloha,
> > Nick D.
> >
> >
> >
> > _______________________________________________
> > Mono-list maillist  -  Mono-list@ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>