IpConvert Method

Friend Function IpConvert(ByVal ipstring As String) As eth32cfg_ip

Summary

This method converts a string representation of an IP address into the eth32cfg_ip binary representation of an IP address. If the string doesn't contain a valid IP address, an EthErrorInvalidIp error will be raised.

Parameters

  • ipstring - The IP address to be converted.

Return Value

This method returns an eth32cfg_ip structure with the converted IP address.

See Also

IpConvertToString Method