This means that everytime you convert from char array to String if a there's a value with 0 it will terminate the string. Everyone be careful when working with this.
That's one of the reasons not to use the String class.
Of course, whatever it is you are doing probably should be done with byte arrays, not char arrays, so the array processing isn't halted by a NULL.