DataPA Enterprise Dashboard Controls 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
C# |
---|
public string GetValueString(
Object Value = null
) |
Visual Basic |
---|
Public Function GetValueString (
Optional Value As Object = Nothing
) As String |
Visual C++ |
---|
public:
virtual String^ GetValueString(
Object^ Value = nullptr
) sealed |
Parameters
- Value (Optional)
- Type: System..::..Object
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.
Remarks
See Also