ControlPanelObjectGetValueString Method |
|
DataPA OpenAnalytics API Reference
Returns the value as a string, using the ControlPanelObject numeric format settings where appropriate.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string GetValueString(
Object Value = null
)
Public Function GetValueString (
Optional Value As Object = Nothing
) As String
public:
virtual String^ GetValueString(
Object^ Value = nullptr
) sealed
function GetValueString(Value);
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:
StringThe value as a string, using the ControlPanelObject numeric format settings where appropriate.
Implements
FilterParameterGetValueString(Object)Remarks See Also