Skip to main content
All docs
V23.2
.NET 6.0+

ObjectFormatter.Format(String, Object, EmptyEntriesMode, ICaptionHelper) Method

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static string Format(
    string format,
    object obj,
    EmptyEntriesMode mode,
    ICaptionHelper captionHelper
)

Parameters

Name Type
format String
obj Object
mode EmptyEntriesMode
captionHelper DevExpress.ExpressApp.Utils.ICaptionHelper

Returns

Type
String
See Also