Skip to main content
All docs
V25.1
  • .NET 8.0+

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

    Namespace: DevExpress.Persistent.Base

    Assembly: DevExpress.ExpressApp.v25.1.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