ip16ToStr

Converts a 16-byte IP address to a string.

nothrow @trusted
string
ip16ToStr
(
scope const(ubyte)* ip16
)

Parameters

ip16 const(ubyte)*

The 16-byte IP address.

Return Value

Type: string

The IP address as a string.

Meta