Click or drag to resize

imbStringBuilderBaseContentToString Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraca sadrzaj u String obliku

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual string ContentToString(
	bool doFlush = false,
	reportOutputFormatName format = reportOutputFormatName.none
)
Request Example View Source

Parameters

doFlush (Optional)
Type: SystemBoolean
if TRUE it will clear exported content
format (Optional)
Type: imbSCI.Core.reporting.formatreportOutputFormatName

Return Value

Type: String
Text representation of content - if its applicable
See Also