Get Computer Name

  • Thread starter Thread starter DC
  • Start date Start date
Just for discussion, would it be more robust to use the ToString( ) method
anyway, just in case the string is implemented as some other sort of object
in the future? I'm just brainstorming...
 
Hi foo,

No please. I do not know if you are man or a woman, but are you always
writing foo.man (or foo.woman) Only if you cannot see it, it can be
intresting.

Cor
 
* "foo said:
Just for discussion, would it be more robust to use the ToString( ) method
anyway, just in case the string is implemented as some other sort of object
in the future? I'm just brainstorming...

No, why should the datatype be changed? The datatype won't be changed
because this would break a lot of code and IMO doesn't make much sense.
 
Nope, it's _very_ unlikely they would change the data type. The only thing
that you would be doing is calling another method

cw

Just for discussion, would it be more robust to use the ToString( )
method anyway, just in case the string is implemented as some other
sort of object in the future? I'm just brainstorming...
 
* Chris Woodruff said:
Nope, it's _very_ unlikely they would change the data type. The only thing
that you would be doing is calling another method

Did I say something else?
 
Back
Top