[Mono-devel-list] ToString() giving me "System.Char[]" instead of the value?
    Dennis Hayes 
    denisraytek at yahoo.com
       
    Mon Oct  4 01:26:42 EDT 2004
    
    
  
>why a char[]'s .ToString() would
>keep giving me "System.Char[]" instead of the value?
Part of the reason is that ToString is a debugging tool, and not really meant to be used in "normal" code. The Converter class is meant for that.
Of course it works, and many/most people including myself (and Microsoft) use it a lot in "normal" code.
Dennis
 
		
---------------------------------
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20041003/c2051353/attachment.html 
    
    
More information about the Mono-devel-list
mailing list