Click or drag to resize
URLHelperGetIPv4Address Method
Returns equivalent IPv4 address for IPv6 address specified by parameter

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetIPv4Address(
	string address
)

Parameters

address
Type: SystemString
IPv6 address to translate to IPv4

Return Value

Type: String
See Also