[]
        
(Showing Draft Content)

DDCssLib.CSSDeclaration.ToString

ToString Method

ToString()

Returns the propery/value pair(s) contained in this CSSDeclaration in standards based CSS declaration block syntax.

Declaration
public override string ToString()
Returns
Type Description
string

The CSS text string. If there are not any properties stored by this CSSDeclaration, an empty string will be returned.

Overrides