OptimizationMethodToString(IFormatProvider) Method |
Returns the method name using the specified format provider.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string ToString(
IFormatProvider formatProvider
)
Parameters
- formatProvider IFormatProvider
- An IFormatProvider that supplies culture-specific formatting information.
Return Value
StringThe method name.
See Also