Skip to main content

DimensionDescriptor.Format(Object) Method

Formats the specified value using the format setting of the current dimension.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public string Format(
    object value
)

Parameters

Name Type Description
value Object

A value to be formatted.

Returns

Type Description
String

A String that represents the formatted value.

See Also