Click or drag to resize

IMeasureBasicGetFormatForValue Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the format for value or value-and-unit if forValueAndUnit is TRUE.

Namespace:  imbSCI.Core.interfaces
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
string GetFormatForValue(
	bool forValueAndUnit = false
)
Request Example View Source

Parameters

forValueAndUnit (Optional)
Type: SystemBoolean
if set to true returns format for value and unit.

Return Value

Type: String
Format string
See Also