HslHelperGetIpAddressFromInput 方法 |
从当前的字符串信息获取IP地址数据,如果是ip地址直接返回,如果是域名,会自动解析IP地址,否则抛出异常
Get the IP address data from the current string information, if it is an ip address, return directly,
if it is a domain name, it will automatically resolve the IP address, otherwise an exception will be thrown
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string GetIpAddressFromInput(
string value
)
Public Shared Function GetIpAddressFromInput (
value As String
) As String
public:
static String^ GetIpAddressFromInput(
String^ value
)
static member GetIpAddressFromInput :
value : string -> string
参数
- value
- 类型:SystemString
输入的字符串信息
返回值
类型:
String真实的IP地址信息
参见