Click or drag to resize

imbStringTextExtensions Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Markdown creation toolkit
Inheritance Hierarchy
SystemObject
  imbSCI.Core.reporting.lowLevelApiimbStringTextExtensions

Namespace:  imbSCI.Core.reporting.lowLevelApi
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class imbStringTextExtensions
Request Example View Source

The imbStringTextExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberplainText(String, appendType)
Deploying markdown wrapping syntax
Public methodStatic memberplainText(appendType, String)
Inverse call for markdownText extension
Public methodStatic membertextLink
Creates markdown link, image, reference or referencedLink
Public methodStatic membertextList
Creates list from collection of [strings, IEnumerable or Objects]
Public methodStatic membertextTable
DataTable to markdown convertor
Top
Fields
  NameDescription
Public fieldStatic membernl
Public fieldStatic membertb
Top
See Also