This is a discussion on NULL character within a string within the C# Programming forums, part of the Software Development category; Hui buddies can anyone let me know Does Console.WriteLine() stop printing when it reaches a NULL character within a ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| 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|<< |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to get ASCII Value of a first character in a string in php? | $enthil | PHP Programming | 1 | 01-06-2008 11:48 PM |
| Substring of a string from a particular character | $enthil | PHP Programming | 4 | 01-02-2008 02:39 AM |
| What is the result of comparing NULL with NULL? | vijayanand | Database Support | 1 | 09-20-2007 07:07 AM |
| NULL Pointer and a NULL Macro | vigneshgets | C and C++ Programming | 3 | 09-08-2007 03:24 AM |
| Storing NULL value to other than string datatype | muthuramkumar | ASP and ASP.NET Programming | 1 | 03-19-2007 03:17 AM |