All Manuals > LispWorks User Guide and Reference Manual > 32 The COMM Package

NextPrevUpTopContentsIndex

ipv6-address-string

Function
Summary

Returns the standard string representation of an IPv6 address.

Package

comm

Signature

ipv6-address-string ipv6-address => string

Arguments

ipv6-address

An ipv6-address object.

Values

string

A string.

Description

The function ipv6-address-string returns the standard string representation of the address.

Notes

The result string does not include the scope ID.

See also

ip-address-string


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex