Click or drag to resize

IntervalTToString(String, IFormatProvider) Method

Returns a string that represents this instance.

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

Parameters

format  String
The format to use. -or- to use the default format defined for the type of the IFormattable implementation.
formatProvider  IFormatProvider
The provider to use to format the value. -or- to obtain the numeric format information from the current locale setting of the operating system.

Return Value

String
A string that represents this instance.
See Also