|
GoodnessOfFitToString Method (String, IFormatProvider)
|
Returns a String that represents this instance.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public string ToString(
string format,
IFormatProvider formatProvider
)
Public Function ToString (
format As String,
formatProvider As IFormatProvider
) As String
Request Example
View SourceParameters
- format
- Type: SystemString
The format to use.-or- A null reference (Nothing in Visual Basic) to use the default format defined for the type of the IFormattable implementation. - formatProvider
- Type: SystemIFormatProvider
The provider to use to format the value.-or- A null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.
Return Value
Type:
StringA
String that represents this instance.
Implements
IFormattableToString(String, IFormatProvider)See Also