static System.Net.IPAddress IpConvertToNetIPAddress(eth32cfg_ip ipbinary)
This method converts the eth32cfg_ip binary representation of an IP address into .Net's IPAddress object.
ipbinary - The IP address to be converted.
This method returns an IPAddress object with the converted IP address.
IpConvert Method, IpConvertToString Method