Méthode | Description | |
---|---|---|
Clone ( ) : object |
Performs deep copying of this instance.
|
|
EnumerableFormatInfo ( ) : System |
Default constructor.
|
|
EnumerableFormatInfo ( |
Copy constructor which copies all internal values from other instance to create identical copy.
|
|
EnumerableFormatInfo ( |
Copy constructor which uses other instance to copy internal values which are common to all verbose formatters.
|
Méthode | 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.
|
|
GetEnumerator ( object arg, |
Gets enumerator for a given object which implements System.Collections.IEnumerable or generic System.Collections.Generic.IEnumerable<T> interface. If both interfaces are implemented, then generic version is returned by this method.
|
|
GetNextValue ( object enumerator, object &value ) : bool |
Gets next value from enumerator used to iterate through given object.
|
|
IsFormatApplicable ( |
Gets value indicating whether this format provider is applicable to given data type (true) or not (false).
|
public EnumerableFormatInfo ( |
||
other | Instance from which all internal values are copied to new instance. | |
Résultat | System |
public EnumerableFormatInfo ( |
||
other | Instance from which values are copied that are common to all verbose formatters. | |
Résultat | System |