Click or drag to resize
NetExtrasHostnameToIP Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IPAddress HostnameToIP(
	string hostName,
	bool asIPV4 = true
)

Parameters

hostName
Type: SystemString
asIPV4 (Optional)
Type: SystemBoolean

Return Value

Type: IPAddress
See Also