Network/IpAddress: Add a parameter to exclude port from string
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Nz
|
||||
|
||||
inline IPv4 ToIPv4() const;
|
||||
inline IPv6 ToIPv6() const;
|
||||
std::string ToString() const;
|
||||
std::string ToString(bool includesPort = true) const;
|
||||
inline UInt32 ToUInt32() const;
|
||||
|
||||
inline explicit operator bool() const;
|
||||
|
||||
Reference in New Issue
Block a user