Method | Description | |
---|---|---|
Clone ( ) : object |
Creates deep copy of this instance.
|
|
CompactMatrixFormatInfo ( ) : System |
Default constructor.
|
|
CompactMatrixFormatInfo ( |
Copy constructor which uses other instance to initialize all contained values.
|
|
CompactMatrixFormatInfo ( |
Copy constructor which uses other instance to copy values that are common to all verbose format providers.
|
Method | Description | |
---|---|---|
AppendFriendlyTypeName ( |
Formats user friendly representation of the name of the given matrix or jagged array 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 ( |
Extracts dimension lengths for the given matrix or jagged array instance.
|
|
GetElementType ( |
Gets element type of the matrix or jagged array. Returns null if specified data type is neither matrix nor jagged array.
|
|
GetMaxValueLength ( |
Iterates through all values in the matrix or jagged array and finds maximum length required to show any of the values contained.
|
|
IsFormatApplicable ( |
Gets value indicating whether this format provider can be applied to specified data type or not. This format provider is applicable to matrices (arrays of rank 2) and to jagged arrays, but only if element type is supported by ScalarFormatInfo format provider.
|
public CompactMatrixFormatInfo ( |
||
other | Instance from which internal values are copied. | |
return | System |
public CompactMatrixFormatInfo ( |
||
other | Object from which common values will be copied. | |
return | System |