Date Time Interval.To String Method
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
ToString() | Gets a string representation of the interval. |
ToString( | Gets a string representation of the interval. |
ToString( | Gets a string representation of the interval. |
ToString
Gets a string representation of the interval.
ToString(String)
Gets a string representation of the interval.
public string ToString(
string? format
)
Parameters
Return Value
StringA string representation of the interval.
Remarks
The format string can have three arguments. Phase 0 is the LowerBound. Phase 1 is the UpperBound, and argument 2 is the Width of the interval.
ToString(String, IFormatProvider)
Gets a string representation of the interval.
public string ToString(
string format,
IFormatProvider provider
)
Parameters
- format String
- A String that specifies the format to use.
- provider IFormatProvider
- The IFormatProvider object used to format the numbers.
Return Value
StringA string representation of the interval.
Remarks
The format string can have three arguments. Phase 0 is the LowerBound. Phase 1 is the UpperBound, and argument 2 is the Width of the interval.