Click or drag to resize

imbStringMarkdownExtensionsmarkdownTag Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Detects proper companion to HTML tag

Namespace:  imbSCI.Core.reporting.lowLevelApi
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static appendType markdownTag(
	this string tag,
	string content,
	ITextRender sb
)
Request Example View Source

Parameters

tag
Type: SystemString
content
Type: SystemString
sb
Type: imbSCI.Core.reporting.renderITextRender

Return Value

Type: appendType

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. 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