parse static method

CSSNumericValue parse(
  1. String cssText
)
override

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);