Method | Description | |
---|---|---|
Clone ( ) : object |
Creates identical copy of this instance.
|
|
GeneralFormatInfo ( ) : System |
Default constructor.
|
|
GeneralFormatInfo ( |
Copy constructor which copies all values from another instance of this class.
|
|
GeneralFormatInfo ( |
Copy constructor which copies values common to all verbose format providers.
|
Method | Description | |
---|---|---|
ExtractMembers ( object arg ) : GeneralMemberDescription[] |
Extracts all members of a given instance that should be formatted to the output string. All public properties (which are not write-only) and fields are eligible to be included in the output.
|
|
Format ( StringBuilder sb, string format, object arg, IFormatProvider formatProvider, int &maxLength ) : bool |
Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.
|
public GeneralFormatInfo ( |
||
other | Instance from which all contained values are copied to this instance. | |
return | System |
public GeneralFormatInfo ( |
||
other | Instance from which common values are copied. | |
return | System |