Click or drag to resize

OptimizationMethodToString(String, IFormatProvider) Method

Returns the method name using the specified format settings.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string ToString(
	string? format,
	IFormatProvider? formatProvider
)

Parameters

format  String
A format specification.
formatProvider  IFormatProvider
An IFormatProvider that supplies culture-specific formatting information.

Return Value

String
The method name.

Implements

IFormattableToString(String, IFormatProvider)
See Also