Click or drag to resize
ControlPanelObjectGetValueString Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns the value as a string, using the ControlPanelObject numeric format settings where appropriate.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string GetValueString(
	Object Value = null
)

Parameters

Value (Optional)
Type: SystemObject
The value to use to build the string. If not supplied, the ControlPanelObject Value property will be used.

Return Value

Type: String
The value as a string, using the ControlPanelObject numeric format settings where appropriate.

Implements

FilterParameterGetValueString(Object)
Remarks