HtmlStyleToInt Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Strips any style value from units (i.e. px/pt..etc) and returns the integer value.

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public int ToInt()

Return Value

Type: Int32
The integer value. If the unit has no integer value or is empty will return -1.
See Also

Reference