Converting a "string" to a "String"

General advice regarding Strings is to avoid them and use arrays of char instead - Strings have an issue with dynamic memory allocation and have a tendency to crash your sketch eventually.