IPString()
语法
String$ = IPString(IPAddress [, Format])概要
Returns the string representation in dotted form (ie: "127.0.0.1" for IPv4 or "::1" for IPv6) of the specified numerical IPAddress.
参数
IPAddress The IP address. For IPv6, this address needs to be the result of MakeIPAddress(), NextIPAddress() or GetClientIP(). Format (optional) The format of the IP to convert. It can be one of the following value: #PB_Network_IPv4: convert an IPv4 address (default). #PB_Network_IPv6: convert an IPv6 address.
返回值
Returns the IP address as a string.
参阅
MakeIPAddress(), IPAddressField()
已支持操作系统
所有