Click or drag to resize

imbStringBuilderBaseAppend Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
General Append call - appends inline or in new line

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual void Append(
	string content,
	appendType type,
	bool breakLine = false
)
Request Example View Source

Parameters

content
Type: SystemString
String to add
type
Type: imbSCI.Data.enums.appendsappendType
Disabled
breakLine (Optional)
Type: SystemBoolean
On TRUE it will break into new line
See Also