> Yes, I meant an alphanumeric alternative to String because it is a
> "reference type" and I want a "value type".
>
> Thanks and sorry for any confusion.
What do you intend to achieve using a value type string lookalike?
Strings are immutable, so they can be used almost as if they were value
types in the first place.

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Steven Cheng[MSFT] - 27 Jun 2007 05:07 GMT
Hi Lucius,
Yes, as Jon has said, the .NET framework string type is immutable which
just act like a value type in copy and accessing though it is an reference
type. Would you provide some detail code snippet demonstrate the problem
you meet so that we can get some clear view and dig it further?
http://channel9.msdn.com/ShowPost.aspx?PostID=60365
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.