IntervalTToString(String, IFormatProvider) Method |
Returns a string that represents this instance.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
StringA string that represents this instance.
See Also