OptimizationMethodToString(String) Method |
Returns a string representation of this OptimizationMethod using the specified format.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string ToString(
string format
)
Parameters
- format String
- A format specification.
Return Value
StringThe formatted string representation of this
OptimizationMethod.
See Also