Click or drag to resize

WizPageDataGetInt Method (String)

Get the integer value for the named item in the wizard's page data. The current instance is assumed. Note that this is equivalent to calling EAPUtil.ToInt(data.GetString(itemName)).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int GetInt(
	string itemName
)

Parameters

itemName
Type: SystemString
The name of the data item to get (for the current instance).

Return Value

Type: Int32
The value of the requested item if found, else zero.
See Also