URLHelperGetIPv4Address Method |
Note: This API is now obsolete.
Returns equivalent IPv4 address for IPv6 address specified by parameter
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax [ObsoleteAttribute("Method will be removed. Use custom logic instead.")]
public static string GetIPv4Address(
string address
)
Parameters
- address
- Type: SystemString
IPv6 address to translate to IPv4
Return Value
Type:
StringSee Also