Method | Description | |
---|---|---|
Clone ( ) : object |
Creates deep copy of this instance.
|
|
DictionaryFormatInfo ( ) : System |
Default constructor.
|
|
DictionaryFormatInfo ( |
Copy constructor which creates new instance identical to other instance of this class.
|
|
DictionaryFormatInfo ( |
Copy constructor which creates new instance having same values of common properties as other instance.
|
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.
|
|
GetDeclaredKeyValueType ( object arg, bool getKeyType ) : |
Gets declared type of the keys or values used in this dictionary collection.
|
|
GetDictionaryObject ( object dict, object key ) : object |
Gets object stored in the given dictionary under given key.
|
|
GetKeysCollection ( object arg ) : IEnumerable |
Gets collection of keys of the dictionary object.
|
|
GetValue ( object dict, object key ) : object |
Gets value from specified dictionary object which is associated with given key value.
|
|
IsFormatApplicable ( |
Gets value indicating whether this formatter can format string which represents instance of given data type.
|
public DictionaryFormatInfo ( |
||
other | Instance from which values are copied to newly created instance. | |
return | System |
public DictionaryFormatInfo ( |
||
other | Instance from which values are taken for common properties. | |
return | System |