Click or drag to resize

docScriptInstructionArgumentToString Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Arguments to string.

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public string ArgumentToString(
	docScriptInstructionTextFormatEnum textFormat,
	docScriptArguments key,
	Object value
)
Request Example View Source

Parameters

textFormat
Type: imbSCI.Reporting.scriptdocScriptInstructionTextFormatEnum
The text format.
key
Type: imbSCI.Reporting.scriptdocScriptArguments
The key.
value
Type: SystemObject
The value.

Return Value

Type: String
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also