Skip to main content
All docs
V18.2

ASPxClientDashboardItemDataMeasure.Format(Object) Method

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

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.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