DimensionDescriptor.Format(Object) Method
Formats the specified value using the format setting of the current dimension.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Object | A value to be formatted. |
Returns
Type | Description |
---|---|
String | A String that represents the formatted value. |
See Also