Returns the string representation of the period.
            
            
            Overload List
| Overload | Description | 
|---|
| ToString() | This instance of TdPeriodTimestamp is converted to a String representation. | 
| ToString(String) | TdPeriodTimestamp is converted to the equivalent String using the specified format. | 
| ToString(String,IFormatProvider) | TdPeriodTimestamp is converted into the equivalent String representation using the 
             specified format.  Culture information is not used when converting a period to a string. | 
Requirements
| Product | Versions | Platforms | 
|---|
| .NET | 6, 7 | Windows, Linux, MacOS | 
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows | 
| .NET Standard | 2.0 | Windows, Linux, MacOS | 
 
            
            See Also