Click or drag to resize

Postal Constructor (String, NullableInt32)

Constructor

Namespace:  MaxMind.GeoIP2.Model
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public Postal(
	string code = null,
	Nullable<int> confidence = null
)

Parameters

code (Optional)
Type: SystemString
confidence (Optional)
Type: SystemNullableInt32
See Also