how to convert "char xx[]" to "String" ?

  1. a string of 266 is damn long, why do you need that?
  2. You already have a string (char xx[]), why do you need the troublesome String? It's better left out.