Click or drag to resize
IpConverter Class

[This is preliminary documentation and is subject to change.]

Util class for converting IP addresses between string and numeric representation
Inheritance Hierarchy
SystemObject
  Netadmin.CoreIpConverter

Namespace: Netadmin.Core
Assembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public static class IpConverter

The IpConverter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberStringDecToIP(Double)
Coverts a numeric IP address to string format
Public methodStatic memberDoubleIPToDec(String)
Coverts a string IP address to numeric format
Top
See Also