Method | Description | |
---|---|---|
ArrayFormatInfo ( ) : System |
Default constructor.
|
|
ArrayFormatInfo ( |
Copy constructor which copies values common to all instances of this class.
|
|
ArrayFormatInfo ( |
Copy constructor which copies values common to all verbose format providers.
|
|
Clone ( ) : object |
Performs deep copying of this instance.
|
Method | Description | |
---|---|---|
AppendFriendlyTypeName ( |
Formats friendly representation of the name of the given type.
|
|
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.
|
|
GetDimensions ( object arg ) : int[] |
Gets array specifying lengths of all dimensions of instance for which formatted string is produced using this format provider.
|
|
IsFormatApplicable ( |
Gets value indicating whether this format provider is applicable to format strings that represent instances of given data type. This format provider is applicable if dataType is array.
|
|
RecursiveAppendDimension ( StringBuilder sb, |
Appends formatted string representing part of the array provided, starting from specific location within the array.
|
public ArrayFormatInfo ( |
||
other | Instance from which values are copied. | |
return | System |
public ArrayFormatInfo ( |
||
other | Instance from which common values are copied. | |
return | System |