Possible Duplicate:
How to get domain name from Given IP in C#?
How can i convert ip address in int format to string format.
for example, i have this ip address in int format, 173.194.38.138
and i want to convert to string www.rugadingku.blogspot.com
. I saw a lots of example on how to convert ip string to int, but not int to string.