MatrixToString Method (IFormatProvider)
|
Formats the value of the current instance using the specified format.
Namespace:
FinMath.LinearAlgebra
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public string ToString(
IFormatProvider formatProvider
)
Parameters
- formatProvider
- Type: SystemIFormatProvider
The provider to use to format the value or a null reference to obtain the
numeric format information from the current locale setting of the operating
system.
Return Value
Type:
String
The value of the current instance in the specified format.
See Also