IpConvertToNetIPAddress Method

static System.Net.IPAddress IpConvertToNetIPAddress(eth32cfg_ip ipbinary)

Summary

This method converts the eth32cfg_ip binary representation of an IP address into .Net's IPAddress object.

Parameters

  • ipbinary - The IP address to be converted.

Return Value

This method returns an IPAddress object with the converted IP address.

See Also

IpConvert Method, IpConvertToString Method