Click or drag to resize

imbStringCSSExtensionsrenderCssOpeningEntry Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns opening line -- using values from special keys (tag_, class_, id_)

Namespace:  imbSCI.Core.reporting.lowLevelApi
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static string renderCssOpeningEntry(
	this DictionaryEntry entry
)
Request Example View Source

Parameters

entry
Type: System.CollectionsDictionaryEntry

Return Value

Type: String
CSS formated property string

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DictionaryEntry. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also