View Single Post
  #2 (permalink)  
Old 08-01-2007, 05:07 AM
H2o H2o is offline
D-Web Analyst
 
Join Date: Jul 2007
Posts: 246
H2o is on a distinguished road
Smile Re: NULL character within a string

Vignesh,

Normally strings are not null terminated in the runtime, so embedded nulls are allowed. Console.WriteLine() and all similar methods continue until the end of the string.

>>|H2O|<<
Reply With Quote