Click or drag to resize

TimeTagBaseToString Method

Returns basic textual representation for timetag.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public override string ToString()
View Source

Return Value

String
A String value representing the timetag.
Remarks
Format is "yyyy-MM-dd HH:mm:ss.fff" so that textual representation can be sorted in the correct chronological order.
See Also