August 2003
Intermediate to advanced
928 pages
32h 1m
English
ICustomFormatter
This interface provides a custom
formatter, which returns string
information for supplied objects based on custom criteria. The
ICustomFormatter interface contains a single
Format( ) method. This method accepts a
format string and an
IFormatProvider object and uses this criteria to
determine which string to return for the specified object.
public interface ICustomFormatter { // Public Instance Methods public string Format(stringformat, objectarg, IFormatProviderformatProvider); }