Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public string ToString(
string format,
IFormatProvider formatProvider
)
Public Function ToString (
format As String,
formatProvider As IFormatProvider
) As String
public:
virtual String^ ToString(
String^ format,
IFormatProvider^ formatProvider
) sealed
abstract ToString :
format : string *
formatProvider : IFormatProvider -> string
override ToString :
format : string *
formatProvider : IFormatProvider -> string
Parameters
- format
- Type: SystemString
A String specifying the format to use. - formatProvider
- Type: SystemIFormatProvider
The IFormatProvider to use to format the value.
Return Value
Type:
StringA
String representation of this
SingleMatrix.
Implements
IFormattableToString(String, IFormatProvider)
Numerical Libraries
Supported in: 5.x, 4.x
Reference