FilterParameterGetValueString Method |
|
DataPA OpenAnalytics API Reference
Returns the value as a string, using the filter object numeric format settings where appropriate.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax string GetValueString(
Object Value = null
)
Function GetValueString (
Optional Value As Object = Nothing
) As String
String^ GetValueString(
Object^ Value = nullptr
)
function GetValueString(Value);
Parameters
- Value (Optional)
- Type: SystemObject
The value to use to build the string. If not supplied, the filter object Value property will be used.
Return Value
Type:
StringThe value as a string, using the filter object numeric format settings where appropriate.
Remarks See Also