A string (note small s) is a cstring or null terminated character array. To convert a String (big S) to a cstring you can use the toCharArray() function.
A string (note small s) is a cstring or null terminated character array. To convert a String (big S) to a cstring you can use the toCharArray() function.