Re: String vs string
Okay so something went missing in the post!
Sorry i sounded agitated. My bad.
Would be nice to hear what he's saying there. I don't have the
book (read: i'm lazy)...
Perhaps i made it sound like a bigger issue that what it was. My
mistake, sorry. Anyhow, there seems to be a concensus that string
type needs not to be capitalized so i'll be officially accepting
that, effective monday next week. Thanks to everybody!
--
Regards
Konrad Viltersten
Okay so something went missing in the post!
Sorry i sounded agitated. My bad.
I was just going to say that since C# type keywords are simplyaliases of
the CLR types defined in the System namespace I'mnot aware that there is
functionally any difference. In CLR ViaC# Jeffery Richter advocates
using the CLR version but I can'trecall the reason without checking the
book.
the CLR types defined in the System namespace I'mnot aware that there is
functionally any difference. In CLR ViaC# Jeffery Richter advocates
using the CLR version but I can'trecall the reason without checking the
book.
book (read: i'm lazy)...
As you go on to suggest I think that the only differences arein how you
might want to work with the codebase in the future(i.e. language
conversion) rather than how the codebase worksfunctional ly.
might want to work with the codebase in the future(i.e. language
conversion) rather than how the codebase worksfunctional ly.
mistake, sorry. Anyhow, there seems to be a concensus that string
type needs not to be capitalized so i'll be officially accepting
that, effective monday next week. Thanks to everybody!
--
Regards
Konrad Viltersten
Comment