IpConvertToString Method

Friend Function IpConvertToString(ipbinary As eth32cfg_ip) As String

Summary

This method converts the eth32cfg_ip binary representation into a string.

Parameters

  • ipbinary - The IP address to be converted.

Return Value

This method returns a string representation of the converted IP address.

See Also

IpConvert Method