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

GridSummaryItem.GetFormatDisplayText(String, Object) Method

Returns the value formatted according to the specified format string.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public virtual string GetFormatDisplayText(
    string formatString,
    object value
)

Parameters

Name Type Description
formatString String

A format string.

value Object

A value to be formatted.

Returns

Type Description
String

A string value that specifies the value formatted according to the specified format string.

Remarks

If the GridSummaryItem.Format property is set, the specified value is formatted by the specified format provider.

See Also