Re: Why doesn't System.Guid have a Parse method?
- From: "William Stacey [MVP]" <william.stacey@xxxxxxxxx>
- Date: Wed, 2 Nov 2005 17:26:09 -0500
I agreee. It should.
--
William Stacey [MVP]
"PIEBALD" <PIEBALD@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6C1A8EFE-FAD2-4838-B163-49599E93BB13@xxxxxxxxxxxxxxxx
> Why doesn't System.Guid have a Parse method when SqlGuid does?
>
> It's simple enough to do:
>
> System.Guid g = System.Data.SqlTypes.SqlGuid.Parse ( s ).Value ;
>
> But why should I need to?
>
.
- Prev by Date: Re: Why doesn't System.Guid have a Parse method?
- Next by Date: Re: dot net functions
- Previous by thread: Re: Why doesn't System.Guid have a Parse method?
- Next by thread: Re: dot net functions
- Index(es):
Relevant Pages
|