Click or drag to resize
URLHelperGetIPv4Address Method

Note: This API is now obsolete.

Returns equivalent IPv4 address for IPv6 address specified by parameter

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
[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: String
See Also