Click or drag to resize

ArchiveDataPointToString(String) Method

Returns the text representation of ArchiveDataPoint object in the specified format.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public virtual string ToString(
	string format
)
View Source

Parameters

format  String
Format of text output (I for ID, T for Time, V for Value, Q for Quality).

Return Value

String
A String value.
See Also