Skip to main content
A newer version of this page is available. .

MeasureDescriptor.Format(Object) Method

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

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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