CSSPrimitiveValue.GetStringValue

CSSPrimitiveValue.GetStringValue method

This method is used to get the string value. If the CSS value doesn’t contain a string value, a DOMException is raised.

public abstract string GetStringValue()

Return Value

Returns value

See Also