ToString Method (CSSDeclaration)
Returns the propery/value pair(s) contained in this CSSDeclaration in standards based CSS declaration block syntax.
public override string ToString()
'Declaration
Public Overrides Function ToString() As String
Return Value
The CSS text string. If there are not any properties stored by this CSSDeclaration, an empty string will be returned.