Returns the
TimeSpan value rounded and trimmed
to the precision specified in the constructor.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public override string ToString()
public override string ToString()
Public Overrides Function ToString As String
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
public:
virtual String^ ToString() override
Return Value
A rounded string representation of a
TimeSpan.
This method first rounds the TimeSpan to the specified precision,
then trims its string representation to the same number of digits.