Click or drag to resize

imbStringMarkdownExtensionsdetectMarkdownStructure Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Try to detect what ever the tag is known structure tag or source code

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

Parameters

tag
Type: SystemString

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