Click or drag to resize

StiFormatServiceFormat Method (Object)

Formats the specified object in order of format and returns a string.

Namespace:  Stimulsoft.Report.Components.TextFormats
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual string Format(
	Object arg
)

Parameters

arg
Type: SystemObject
Object for formatting.

Return Value

Type: String
Formatted string.
See Also