Click or drag to resize

WizPageDataGetInt Method

Overload List
  NameDescription
Public methodGetInt(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)).
Public methodGetInt(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).
Top
See Also