Re: How to return class member as string?

Tech-Archive recommends: Fix windows errors by optimizing your registry



It's just as well for me to leave the object property alone and get the
name from intellisense. The other part I was interested in was the
type. I can do it by: p.PersonId.GetType().ToString().

Thanks,
Brett

.