ObjectFormatter.Format(String, Object, EmptyEntriesMode, ICaptionHelper) Method
In This Article
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.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 | Empty |
caption |
DevExpress. |
#Returns
Type |
---|
String |
See Also