Click or drag to resize
Accord.NET (logo)

MatrixFormatProviderBase Properties

The MatrixFormatProviderBase type exposes the following members.

Properties
  NameDescription
Public propertyFormatColDelimiter
A string containing the column delimiter for a matrix to be used in formatting.
Public propertyFormatColEnd
A string denoting the end of a matrix column to be used in formatting.
Public propertyFormatColStart
A string denoting the start of a matrix column to be used in formatting.
Public propertyFormatMatrixEnd
A string denoting the end of the matrix to be used in formatting.
Public propertyFormatMatrixStart
A string denoting the start of the matrix to be used in formatting.
Public propertyFormatRowDelimiter
A string containing the row delimiter for a matrix to be used in formatting.
Public propertyFormatRowEnd
A string denoting the end of a matrix row to be used in formatting.
Public propertyFormatRowStart
A string denoting the start of a matrix row to be used in formatting.
Public propertyInnerProvider
Gets the culture specific formatting information to be used during parsing or formatting.
Public propertyParseColDelimiter
A string containing the column delimiter for a matrix to be used in parsing.
Public propertyParseColEnd
A string denoting the end of a matrix column to be used in parsing.
Public propertyParseColStart
A string denoting the start of a matrix column to be used in parsing.
Public propertyParseMatrixEnd
A string denoting the end of the matrix to be used in parsing.
Public propertyParseMatrixStart
A string denoting the start of the matrix to be used in parsing.
Public propertyParseRowDelimiter
A string containing the row delimiter for a matrix to be used in parsing.
Public propertyParseRowEnd
A string denoting the end of a matrix row to be used in parsing.
Public propertyParseRowStart
A string denoting the start of a matrix row to be used in parsing.
Top
See Also