|   | CSharpJaggedMatrixFormatProvider Properties | 
The CSharpJaggedMatrixFormatProvider type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | CurrentCulture | 
              Gets the IMatrixFormatProvider which uses the CultureInfo used by the current thread.
             | 
|  | FormatColDelimiter | 
            A string containing the column delimiter for a matrix to be used in formatting.
            (Inherited from MatrixFormatProviderBase.) | 
|  | FormatColEnd | 
            A string denoting the end of a matrix column to be used in formatting.
            (Inherited from MatrixFormatProviderBase.) | 
|  | FormatColStart | 
            A string denoting the start of a matrix column to be used in formatting.
            (Inherited from MatrixFormatProviderBase.) | 
|  | FormatMatrixEnd | 
            A string denoting the end of the matrix to be used in formatting.
            (Inherited from MatrixFormatProviderBase.) | 
|  | FormatMatrixStart | 
            A string denoting the start of the matrix to be used in formatting.
            (Inherited from MatrixFormatProviderBase.) | 
|  | FormatRowDelimiter | 
            A string containing the row delimiter for a matrix to be used in formatting.
            (Inherited from MatrixFormatProviderBase.) | 
|  | FormatRowEnd | 
            A string denoting the end of a matrix row to be used in formatting.
            (Inherited from MatrixFormatProviderBase.) | 
|  | FormatRowStart | 
            A string denoting the start of a matrix row to be used in formatting.
            (Inherited from MatrixFormatProviderBase.) | 
|  | InnerProvider | 
              Gets the culture specific formatting information
              to be used during parsing or formatting.
            (Inherited from MatrixFormatProviderBase.) | 
|   | InvariantCulture | 
              Gets the IMatrixFormatProvider which uses the invariant system culture.
             | 
|  | ParseColDelimiter | 
            A string containing the column delimiter for a matrix to be used in parsing.
            (Inherited from MatrixFormatProviderBase.) | 
|  | ParseColEnd | 
            A string denoting the end of a matrix column to be used in parsing.
            (Inherited from MatrixFormatProviderBase.) | 
|  | ParseColStart | 
            A string denoting the start of a matrix column to be used in parsing.
            (Inherited from MatrixFormatProviderBase.) | 
|  | ParseMatrixEnd | 
            A string denoting the end of the matrix to be used in parsing.
            (Inherited from MatrixFormatProviderBase.) | 
|  | ParseMatrixStart | 
            A string denoting the start of the matrix to be used in parsing.
            (Inherited from MatrixFormatProviderBase.) | 
|  | ParseRowDelimiter | 
            A string containing the row delimiter for a matrix to be used in parsing.
            (Inherited from MatrixFormatProviderBase.) | 
|  | ParseRowEnd | 
            A string denoting the end of a matrix row to be used in parsing.
            (Inherited from MatrixFormatProviderBase.) | 
|  | ParseRowStart | 
            A string denoting the start of a matrix row to be used in parsing.
            (Inherited from MatrixFormatProviderBase.) | 
 See Also
See Also