Click or drag to resize

reportOutputSupportgetFilename Method (String, reportOutputFormatName)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Makes filename from filenameBase according to specified format.

Namespace:  imbSCI.Core.reporting.format
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string getFilename(
	string filenameBase,
	reportOutputFormatName format = reportOutputFormatName.none
)
Request Example View Source

Parameters

filenameBase
Type: SystemString
Filename base - automatically trims any existing extension
format (Optional)
Type: imbSCI.Core.reporting.formatreportOutputFormatName
Targeted output format

Return Value

Type: String
filename with proper extension
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionformat
Remarks
If format is not supported throws ArgumentOutOfRangeException. For none returns default
See Also