parse static method
The parse()
static method of the
CSSNumericValue interface converts a value string into an object whose
members are value and the units.
Implementation
external static CSSNumericValue parse(String cssText);
The parse()
static method of the
CSSNumericValue interface converts a value string into an object whose
members are value and the units.
external static CSSNumericValue parse(String cssText);