Interface IMatrixFormatProvider
Common interface for Matrix format providers.
Namespace: ISynergy.Framework.Mathematics.Formats.Base
Assembly: ISynergy.Framework.Mathematics.dll
Syntax
public interface IMatrixFormatProvider
Properties
View SourceFormatColDelimiter
A string containing the column delimiter for a matrix to be used in formatting.
Declaration
string FormatColDelimiter { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatColEnd
A string denoting the end of a matrix column to be used in formatting.
Declaration
string FormatColEnd { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatColStart
A string denoting the start of a matrix column to be used in formatting.
Declaration
string FormatColStart { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatMatrixEnd
A string denoting the end of the matrix to be used in formatting.
Declaration
string FormatMatrixEnd { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatMatrixStart
A string denoting the start of the matrix to be used in formatting.
Declaration
string FormatMatrixStart { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatRowDelimiter
A string containing the row delimiter for a matrix to be used in formatting.
Declaration
string FormatRowDelimiter { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatRowEnd
A string denoting the end of a matrix row to be used in formatting.
Declaration
string FormatRowEnd { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatRowStart
A string denoting the start of a matrix row to be used in formatting.
Declaration
string FormatRowStart { get; }
Property Value
Type | Description |
---|---|
System.String |
InnerProvider
Gets the culture specific formatting information to be used during parsing or formatting.
Declaration
IFormatProvider InnerProvider { get; }
Property Value
Type | Description |
---|---|
IFormatProvider |
ParseColDelimiter
A string containing the column delimiter for a matrix to be used in parsing.
Declaration
string ParseColDelimiter { get; }
Property Value
Type | Description |
---|---|
System.String |
ParseColEnd
A string denoting the end of a matrix column to be used in parsing.
Declaration
string ParseColEnd { get; }
Property Value
Type | Description |
---|---|
System.String |
ParseColStart
A string denoting the start of a matrix column to be used in parsing.
Declaration
string ParseColStart { get; }
Property Value
Type | Description |
---|---|
System.String |
ParseMatrixEnd
A string denoting the end of the matrix to be used in parsing.
Declaration
string ParseMatrixEnd { get; }
Property Value
Type | Description |
---|---|
System.String |
ParseMatrixStart
A string denoting the start of the matrix to be used in parsing.
Declaration
string ParseMatrixStart { get; }
Property Value
Type | Description |
---|---|
System.String |
ParseRowDelimiter
A string containing the row delimiter for a matrix to be used in parsing.
Declaration
string ParseRowDelimiter { get; }
Property Value
Type | Description |
---|---|
System.String |
ParseRowEnd
A string denoting the end of a matrix row to be used in parsing.
Declaration
string ParseRowEnd { get; }
Property Value
Type | Description |
---|---|
System.String |
ParseRowStart
A string denoting the start of a matrix row to be used in parsing.
Declaration
string ParseRowStart { get; }
Property Value
Type | Description |
---|---|
System.String |