Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ObjectFormatter.Format Method

Name Parameters Description
Format(String, Object, ICaptionHelper) static format, obj, captionHelper
Format(String, Object, EmptyEntriesMode, ICaptionHelper) static format, obj, mode, captionHelper
Format(String, Object, EmptyEntriesMode) static format, obj, mode Replaces format items in the specified string with the values of the specified object’s properties. Allows you to specify the EmptyEntriesMode mode of processing the passed string.
Format(String, Object) static format, obj Replaces format items in the specified string with the values of the specified object’s properties. Uses the EmptyEntriesMode.Default mode of processing the passed string.