INET_IpToString

<< Click to Display Table of Contents >>

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