WizPageDataGetInt Method |
Name | Description | |
---|---|---|
![]() | GetInt(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)).
|
![]() | GetInt(String, Int32) |
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), defaultValue).
|