Method | Description | |
---|---|---|
Clone ( ) : object |
Creates deep copy of this instance.
|
|
VerboseFormatInfo ( ) : System |
Default constructor.
|
|
VerboseFormatInfo ( |
Constructor which allows caller to set name and type of the instance for which appropriate string is formatted using this object.
|
|
VerboseFormatInfo ( |
Copy constructor. Used to copy common property values from another formatter of the same type, which results in creating output string which is formatted in the same way.
|
|
VerboseFormatInfo ( |
Copy constructor. Used to copy only those property values that are common to all classes derived from VerboseFormatInfoBase.
|
Method | Description | |
---|---|---|
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 VerboseFormatInfo ( |
||
instanceType | Type of the instance for which string is being formatted. | |
instanceName | string | Name of the instance for which string is being formatted. |
return | System |
public VerboseFormatInfo ( |
||
other | Instance from which contents is copied to new instance of this class. | |
return | System |
public VerboseFormatInfo ( |
||
other | Instance from which contents is copied to new instance of this class. | |
return | System |