Navigation: thinBasic Modules > INet > INET_IpToString |
|
Description
Returns the IP address string representation of a 32 bit LONG number representing an IP address.
Syntax
strIp = INET_IpToNumber(nIP)
Returns
String.
Parameters
Name |
Type |
Optional |
Meaning |
strIP |
Number |
No |
32 bit LONG number representing an IP address |
Remarks
String output will be in the form: xxx.yyy.zzz.www
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |