Click or drag to resize
GeoIPHelperGetStateByIp Method
Finds state code name by IP4 address.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static string GetStateByIp(
	string dottedQuadIp
)

Parameters

dottedQuadIp
Type: SystemString
IP4 address

Return Value

Type: String
State code name compatible with states in CMS_State table
See Also