Пример #1
0
 /// <summary>
 /// Converts the value of the current instance to its equivalent string representation.
 /// </summary>
 /// <returns>A string representation of the value of the current instance.</returns>
 public override string ToString()
 {
     return((Value < Threshold || Value == uint.MaxValue) ? $"{Value}" : $"{UnixTimeStamp.EpochToTime(Value)}");
 }