Conversion

Thanks GoForSmoke for the quick answer,

I actualy can use Serial.println(Ethernet.localIP());
It works just fine, but when i try to use twitter.post(Ethernet.localIP()); I can't because of uint32_t to const char* conversion.

How could I convert this information from 'uint32_t' to 'const char*' value I could use in twitter.post() function?